Belajar IT dengan Konsisten dan Update dibutuhkan untuk tetap berkembang menuju kompetensi yang lebih baik lagi.
Salam Learn Into IT
PHP merupakan singkatan recursive dari PHP Hypertext Prepocessor, pertama kali dibuat oleh Rasmus Lerdorf pada tahun 1994. PHP merupakan sebuah server side scripting yang merupakan sebuah teknologi scripting atau pemograman web dimana script di terjemahkan di server. Dengan server side scripting, memungkinkan untuk menghasilkan halaman web yang dinamis.
Keistimewaan PHP :
penulisan scripting PHP ditulis diantara tag sebagai berikut :
setiap satu statement (perintah) biasanya diakhiri dengan titik kome ( ; ).
PHP merupakan pemograman yang bersifat CASE Sensitive untuk nama identifier yang dibuat oleh user, namun tidak CASE Sensitive untuk identifier built-in dari PHP.
contoh :
$nama ≠ $Nama ≠$NAMA
hitungLuas() ≠ HitungLuas()
echo = ECHO
while = WHILE
Contoh penulisan PHP pada editor
<?php
echo “Hello, WORLD PHP “;
?>
selamat mencoba
Belajar IT dengan Konsisten dan Update dibutuhkan untuk tetap berkembang menuju kompetensi yang lebih baik lagi.
Salam Learn Into IT
Email : [email protected]
This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.
If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.