jericho
08-28-2003, 11:16 AM
I have a very stupid problem. I shouldn't post here, but I'm really going nuts!!!
First of all, all my php files worked alright so far and I didn't have problems. Now I do. :-(
I have a php file on my server and when I run it, I get an error msg, something like:
Parse error: parse error in /...path.../my_file.php on line 3
I double checked this file and made sure everything is correct. I even changed line 3 and made it a simple echo command. Still, I get the same error.
My php file looks pretty much like this:
<? php
echo "pam pam";
(... other php code...)
?>
What do I do wrong??? I really don;t get it, everything seems to be alright.
Does anyone has any suggestion of what I do wrong??? Please help me, I know this problem is ridiculous, but I think I must be missing something...
First of all, all my php files worked alright so far and I didn't have problems. Now I do. :-(
I have a php file on my server and when I run it, I get an error msg, something like:
Parse error: parse error in /...path.../my_file.php on line 3
I double checked this file and made sure everything is correct. I even changed line 3 and made it a simple echo command. Still, I get the same error.
My php file looks pretty much like this:
<? php
echo "pam pam";
(... other php code...)
?>
What do I do wrong??? I really don;t get it, everything seems to be alright.
Does anyone has any suggestion of what I do wrong??? Please help me, I know this problem is ridiculous, but I think I must be missing something...