[thelist] [fwd] quick PHP question

Warden, Matt mwarden at odyssey-design.com
Fri May 4 19:43:51 CDT 2001


> you forgot the semi-colon after teh command, try this:
> <?php
>
> phpinfo(); <--- note, php has semi-colons after each line of code
>
> php?>

Actually, the semi colon isn't needed unless there is more than one command.
The problem, I think is actually the last line there. Try this:

<?php

phpinfo();

?>


good luck,


--
mattwarden
mattwarden.com





More information about the thelist mailing list