Another noob question.
Posted: Wed Aug 28, 2002 7:55 am
Sorry again, but you guys are great for dealing with people like myself, no flames yet.
When I code php i can start it by using the format below, right?
<?php
code code
?>
When I do this I am getting various errors, T_Variable and T_String for example.
When I input the code like below I usually get things to work.
<?php code code ?>
Why?
This is an arror message i am getting, I have double checked the code(very basic) and there seems to be no problems.
Parse error: parse error, unexpected T_STRING in c:\phpdev\www\formhandler.php on line 16
Thx again
When I code php i can start it by using the format below, right?
<?php
code code
?>
When I do this I am getting various errors, T_Variable and T_String for example.
When I input the code like below I usually get things to work.
<?php code code ?>
Why?
This is an arror message i am getting, I have double checked the code(very basic) and there seems to be no problems.
Parse error: parse error, unexpected T_STRING in c:\phpdev\www\formhandler.php on line 16
Thx again