Well, i have a problem to make my first php script. It should be simple but... I work with Wamp server 2.2.17 and php 5.3.5. Anyway, i try to make php sript in ConTEXT (text editor). I type literally this:
<? php
"hi everyone";
?>
And save this with Save as...
File name: "test.php" (i put " that to be sure that he would not changed my exstension to .txt)
Save as type: All files (and i try with PHP)
I went to Wamp, refresh him and nothing. I type in root location http://localhost:8080/test.php
and nothing happens. Does anyone knows what i doing wrong??? OR What i shoud do more??
Tnx


