Upload presentasi
Presentasi sedang didownload. Silahkan tunggu
1
Pemrograman Web Dasar Pertemuan 8
Web Server, Hosting, Basic PHP Syntax, PHP Echo and Print Statements
2
SERVER LOKAL Server Lokal
3
MENGAKSES SERVER Mengakses Server Server Location Computer
4
Mengakses Server MENGAKSES SERVER Computer / Server Location
5
WEB HOSTING Web Hosting
6
PHP Syntax <?php ....... ?> <html> <head>
<title> PHP </title> </head> <body> <?php ?> </body> </html>
7
Echo and Print Same but different
Echo bisa menampilkan lebih banyak string dalam satu echo Print menampilkan satu string
8
Echo <?php echo “PHP pertama ”,”Kalimat 1 ”,”Kalimat 2 ” ; ?>
9
Print <?php print “PHP pertama” ; print “Kalimat 1”; print “kalimat 2”; ?>
10
Statement <?php //menampilkan statement echo “Ini kalimat 1” ; /*menampilkan statement lebih dari satu baris */ echo “Ini kalimat 2”; ?>
11
SEKIAN
Presentasi serupa
© 2024 SlidePlayer.info Inc.
All rights reserved.