![]() |
another problem
Hii i have another problem.
it is write to me: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/****/public_html/search.php on line 23 and i dont know why. (i do the ***** because there was wroten the username and i dont wanna to be hacked) this is the code: PHP Code:
PLEASE HELP ME!! |
You may get it by having a look at the color difference in the string, highlighted by the PHP editor in your post.
PS: Please avoid the use bold tags for the entire text in your posts, which may make a tone of shout. |
Quote:
can you give me the full fixed code? |
Look at your code above. PHP markup highlight strings in red. Where you see a red echo that indicates that you have a previously opened single or double quote that has not been closed. The error will indicate on which line it detects that a failure happened, so it will be somewhere <= the line number in the error for a T_CONSTANT_ENCAPSED_STRING error. It ignores anything out of <?php?> blocks for line numbering.
|
| All times are GMT +1. The time now is 09:47 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.