help with this error
Posted by: enzo (85.158.38.---)
Date: September 06, 2006 07:11AM

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING



enzo

Options: ReplyQuote
Re: help with this error
Posted by: CyberSpatium (67.170.181.---)
Date: September 06, 2006 03:10PM

post your php code too...

Options: ReplyQuote
Re: help with this error
Posted by: Dominic (---.access.telenet.be)
Date: September 10, 2006 12:05PM

You probably used a $_POST[''], $_GET[''], $_COOKIE[''] or anything like those on that line in your code.
Escape this by defining the Post/Get/whatever variable with another name and then using that name in the code that gave the error.
If it's not that: Like CyberSatium said, post your php code.

Options: ReplyQuote


Sorry, only registered users may post in this forum.