Random Post
Loading...
Rabu, 25 September 2013

Pengenalan PHP

4:43 PM
Tahukah Anda, PHP itu ?
1. PHP merupakan singkatan recursive dari PHP Hypertext Prepocessor
2. Pertama kali dibuat oleh Rasmus Lerdorf pada tahun 1994.
3. Harus ditulis di antara tag :

  •  <? dan ?>
  •  <?php dan ?>
  •  <script language=”php”> dan </script>
  •  <% dan %>

4. Setiap satu statement (perintah) biasanya diakhiri dengan titik-koma (;)
5. CASE SENSITIVE untuk nama identifier yang dibuat oleh user (berupa variable, konstanta, fungsi dll), namun TIDAK CASE SENSITIVE untuk identifier built-in dari PHP. Jadi :

  •  $nama ≠ $Nama ≠ $NAMA
  •  hitungLuas() ≠ HitungLuas()
  •  echo = ECHO
  •  while = WHILE

0 komentar:

Posting Komentar

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Toggle Footer