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
PHP not working under Apache
Moderator: General Moderators
-
aSystemOverload
- Forum Newbie
- Posts: 1
- Joined: Thu Jul 22, 2010 3:34 pm
PHP not working under Apache
- 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
Correct PHP tag is <?php ?> - you are missing the '?' charactersaSystemOverload wrote: it ignores everything between <php and >