Can someone tell me why my PHP stopped working?

evilfrenchguy

New member
Hi guys.

A few months ago I made a database for journal entries, using forms and PHP to add things to it. The short story is that that project went fine without many problems.

Now, a month later, I was charged with putting the databases together for my CS club. It won't work now. Apache web server and MySQL are running and my PHPInfo() says I have version 5.3.0 running OK.

But, even in the PHP tag, the browser is reading all my echo statements like HTML, so it'll display in the browser....

echo "
Text I wanted to echo
";

Can anyone offer any insight?
I have xammp. I haven't upgraded at all. I can see PHPInfo from the xammp localhost interface. I am running WinXP.
 
Back
Top