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