Posted by Carl Pearson on 01/15/07 01:17
Si.W wrote:
> OK I've got Apache up and running also PHP and edited the httpd.conf and
> php.ini as recommended(by ricocheting.com).
> Problem is as soon as I have a single or double quote,all PHP after that
> just gets dumped to the browser even though I do of course close the quote.
> Anyone have any idea why?
> Thanks,Si.
>
>
Make a file than only has
<?php phpinfo(); ?>
If that works, dig into the manual and start learning syntax. Also, try
downloading some scripts to view working code.
[Back to original message]
|