Hi Everyone,
I'm kind new to everything but I've been trying to install Apache and PHP5 for offline PHP development but Nothing i've tried gets PHP to be displayed. I've been trying for weeks
Ive tried the following combos:
Apache 1.33, PHP 5 MSI install
Apache 2.0.6 , PHP5 MSI and Manual install
Apache 2.2.9 , PHP5 MSI and Manual install
WampServer 2.0
XAMPP
on all installs PHP info script doesnt display all i see is a blank page
<?
phpInfo();
?>
and
my Hello.html only shows the html portion
<html>
<head>
<title>Hello in PHP</title>
</head>
<body>
<h1>Hello in PHP</h1>
<? print "Hello, world!;
phpInfo(); ?>
</body>
</html>
I am also not getting any errors And I am gettin PHP displayed on command line and apache is registering on localhost
I am extremely frustrated if anyone can get me over this hump it would be greatly appreciated
I am currently running MYSQL community server 5 successfully on
Windows XP Media Center service pack 3
if theres anymore info you need plz ask at this point I am willing to reinstall my whole system again.
I would prefer to be running
Apache 2.2.9
PHP 5.2.6
MySQL community server 5
but i at this point i would any release combo that works
p.s.
I did look over the official documentation so plz someone HELP!!