i'm running Apache 1.3 with PHP 4 support and MySQL. I installed using the AppServ bundle from
www.appservnetwork.com. i created some PHP sites but none of them seem to work. even the simplest such as:
<?php
phpinfo();
?>
won't work. i keep getting the error:
Parse error: parse error, unexpected T_STRING in x:\xxxxxx\xxxxx\test.php on line 1
Any help? I'm new in PHP and Web desing. thanx.