Halaman
web biasanya terdiri dari kode html yang disimpan dalam file
berakhiran .html. File html dikirim oleh server (atau file) ke
browser, browser kemudian diterjemahkan kode ini untuk menghasilkan
tampilan yang indah. Seperti dengan program php, program ini harus
diterjemahkan oleh web-server yang menghasilkan kode html yang
dikirim ke browser untuk ditampilkan. Program ini dapat berdiri
sendiri atau disisipkan di antara kode html yang dapat langsung
ditampilkan bersama dengan kode html. Program php dapat ditambahkan
dengan mengapit program antara tanda <? dan?>. Tanda-tanda
biasanya disebut tanda untuk melarikan diri (kabur) dari kode html.
Html file yang telah dibubuhi program php harus diganti ekstensi
menjadi .php atau .php3.
PHP
adalah bahasa pemrograman web yang server-side HTML embedded
scripting =, di mana script terintegrasi dengan HTML dan server.
Artinya adalah sintaks dan perintah yang kita berikan akan sepenuhnya
dijalankan di server tetapi disertakan HTML biasa. Dikenal sebagai
PHP bahasa scripting yang menyatu dengan tag HTML, dieksekusi di
server dan digunakan untuk membuat halaman web yang dinamis seperti
ASP (Active Server Pages) dan JSP (Java Server Pages).
The
web page is usually composed of html code that is stored in a file
ending in .html. Html file is sent by the server (or files) into a
browser, the browser then translates these codes to produce a
beautiful display. As with the php program, this program must be
translated by the web-server that generates html code which is sent
to the browser to be displayed. The program can stand alone or be
inserted between a html code that can be directly displayed along
with the html code. Php program can be added by sandwiching the
program among mark <? and?>. The signs are usually called the
sign for escaping (blurring) of html code. Html file that has been
spiked with a php program to be replaced its extension into a .php or
.php3.
Belum ada tanggapan untuk "Relationships HTML and PHP"
Post a Comment