Posted by Michael Austin on 01/15/07 03:54
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.
>
>
can you give us at least a "Hello World" example of the problem?
create a file with just:
<?php echo "Hello World<br>"; echo 'Hello World<br>'; ?>
what is the result?
If you view the source, you should get:
Hello World<br>Hello World<br>
--
Michael Austin
Database Consultant
Domain Registration and Linux/Windows Web Hosting Reseller
http://www.spacelots.com
Navigation:
[Reply to this message]
|