ID:274815
Aug 3 2002, 6:40 pm
|
|
<?php $myvar = "Hello World"; echo $myvar; ?> My PHP code it dosn't work, and I know my server supports it. |
Aug 3 2002, 9:32 pm
|
|
You don't embed php into html, you embed html into php:
|