![]() | www.sum-it.nl > Cursussen > E-Commerce Cursus > Scripts > My first script > Hello World | Terug ![]() ![]() |
My First Script |
Intro... HTML... Databases... SQL... Wat is een script Oefening Variabelen... SQL uitvoeren... Makelaar Case... Slot... | |
PHP Script | Resultaat in HTML | |
---|---|---|
<html>
<body> <?php echo "Hello World"; echo "\n"; ?> </body> </html> |
<html>
<body> Hello World </body> </html> |