PHP
adalah singkatan dari " PHP : Hypertext Preprocessor " ,
bahasa scripting yang menyatu dengan HTML dan dijalankan pada
serverside . Ini berarti bahwa semua sintaks yang kita berikan akan
sepenuhnya dijalankan pada server sedangkan hasilnya dikirim ke
browser saja . Ketika seorang pengguna internet membuka situs yang
menggunakan server side scripting PHP fasilitas , server pertama yang
bersangkutan akan memproses semua perintah PHP di server dan kemudian
mengirimkan hasilnya dalam format HTML ke pengguna web server
Internet sebelumnya . Sehingga kode asli ditulis dengan PHP tidak
terlihat di browser .
PHP
merupakan software open source gratis . Sehingga Anda dapat mengubah
kode sumber dan mendistribusikan secara bebas dan gratis . PHP juga
dapat menjalankan platform silang , yang dapat digunakan dengan
sistem operasi ( Windows dan Linux ) dan server web ( misalnya : PWS
, IIS , Apache , dll ) .
PHP
stands for " PHP : Hypertext Preprocessor " , a scripting
language that integrates with HTML and executed on serverside . This
means that all syntax that we provide will be fully executed on the
server while the results are sent to the browser only just . When an
Internet user opens a website that uses server side PHP scripting
facility , the first server in question will process all orders of
PHP on the server and then sends the results in HTML format to the
web server Internet users earlier. So that the original code was
written with PHP is not visible in the browser .
PHP
is an open source software is free . So you can change the source
code and distribute freely and free of charge . PHP can also run
cross- platform , which can be used with any operating system (
Windows and Linux ) and any web server ( for example : PWS , IIS ,
Apache , etc. ) .
Baru tahu apa itu PHP :D
ReplyDelete