PHP not working under Apache

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
aSystemOverload
Forum Newbie
Posts: 1
Joined: Thu Jul 22, 2010 3:34 pm

PHP not working under Apache

Post 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
Attachments
Conf Files.zip
(21.86 KiB) Downloaded 61 times
internet-solution
Forum Contributor
Posts: 220
Joined: Thu May 27, 2010 6:27 am
Location: UK

Re: PHP not working under Apache

Post by internet-solution »

aSystemOverload wrote: it ignores everything between <php and >
Correct PHP tag is <?php ?> - you are missing the '?' characters
Post Reply