Please help, I'm having a problem with PHP (not too complex)?

  • Thread starter Thread starter luckyouaskhole
  • Start date Start date
L

luckyouaskhole

Guest
It appears that I have typed the code right, it matches everything in the book i'm reading, but this is what happens when i test it:

Parse error: syntax error, unexpected T_VARIABLE in C:\Program Files\Apache Group\Apache2\htdocs\send_simpleform.php on line 23

I get this all the time. What is an "unexpected T_VARIABLE"?? And how do I fix it?
 
It could be that your server is not set up to use php. I think in your htaccess or something you need to allow php
 
tasm please don't answer questions that you know nothing about. That error is one of the most common php errors around. Obviously php is installed to see that error.
 
Back
Top