Page 1 of 1

PHP not working under Apache

Posted: Thu Jul 22, 2010 4:05 pm
by aSystemOverload
I'm using Apache 2.2.15, PHP 5.2.13 under Windows XP

Just installed apache, then PHP, but can't get apache to recognise the php, it ignores everything between <php and >

Any ideas?

I've atatched my httpd.conf and php.ini

Re: PHP not working under Apache

Posted: Fri Jul 23, 2010 1:39 am
by internet-solution
aSystemOverload wrote: it ignores everything between <php and >
Correct PHP tag is <?php ?> - you are missing the '?' characters