Download de presentatie
De presentatie wordt gedownload. Even geduld aub
GepubliceerdDamian Lemmens Laatst gewijzigd meer dan 10 jaar geleden
1
PHP Windows Microsoft ASP Internet Open Source PHP
2
PHP De WAMP oplossing W=Windows A=Apache M=MySQL P=PHP
3
PHP P=PHP H=Hypertext P=Preprocessor
4
Installatie Apache installeren Localhost 127.0.0.1 roept eigen computer aan MySQL Localhost/PHPmyadmin hiermee kun je de database benaderen. Op de cdrom staat een installatieprogramma
5
Installatie 2 De map apache staat in de root c:\ In de map apache staat een map htdocs Hier komt de website in te staan In de Map Mysql\data komt de database te staan.
6
Hoe werkt PHP Surfer -------- Webserver De webserver geeft HTML code terug.
7
Verzoek in HTML + PHP SurferServer
8
Antwoord in HTML SurferServer
9
Verzoek in SQL SELECT * FROM Plaatsen MYSQLM
10
Voorbeeld Surfer typt in www.kenniscentrumnn.nlwww.kenniscentrumnn.nl Webserver handelt verzoek af en Geeft zuivere HTML taal terug.
11
Syntax PHP In het HTML bestand: ……………… <?php ?> ……………….
12
Syntax PHP (2) Variabelen : $Persoon Iets afdrukken: Echo “Hallo wereld”; Echo “ ”; Echo “ Hallo Wereld Commentaar //Dit is commentaar.
13
Eenvoudig voorbeeld van een script : Candy preference form What's your most favorite kind of candy? Peanut butter cups Snickers Turtles
14
< HTML> Candy preference reply Yum,<?phpprint("$Candy! ");if($Candy == "peanut butter cups") print("There are several excellent brands of ice cream which contain small or broken-up $Candy."); else{ print("I don't think there's an ice-cream with $Candy in it yet, "); if($Candy == "Snickers") print("but have you tried the $Candy ice cream bar?"); elseif($Candy == "Turtles") print("but the world definitely needs an ice cream with $Candy in it."); }?>
Verwante presentaties
© 2024 SlidePlayer.nl Inc.
All rights reserved.