![]() |
php problem
hi guy can anybody sport the error
i get these error msg when i run the programme Parse error: syntax error, unexpected $end in C:\wamp\www\nalanda\~phpdesigner_output_tmp.php on line 36 line 36 is at the end of the scritp what could be the problem PHP Code:
|
Re: php problem
Now having so many posts you should know how to post the code in the posts and I would suggest you go through the Hints before you make a post.
|
Re: php problem
I think the problem is the tendency to switch back and forth between <?php and <?. If short_tags is turned off (because it has been deprecated), then the bits between <?...?> will be ignored by the parser, and that would cause problems. Indeed, replacing <? with <?php clears the error.
|
| All times are GMT +5.5. The time now is 10:33. |