I have WAMP installed. I am trying to connect the database and it will not work. I have all services started... I created a test file calledtes44.php and put it in the WWW folder to see if it wpuld work
The code is
<?php phpinfo() ; ? >
When I run that file in browser I receive the error...
Parse error: syntax error, unexpected '?' in C:\wamp1\www\test44.php on line 1
What am I missing??
James