PDA

View Full Version : Parse Error On Quote..


N-0p3rz
08-24-2005, 06:48 AM
Yeah I'm running a Vb 2.3.6

and when I try and quote a users post I get a parse error. I get transfered to the new reply page, but it doesn't quote the users text.

This is Link That's Set For Quote:
<a href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]">

This is the parse error I get in return:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/communit/public_html/forums/newreply.php(47) : eval()'d code on line 1

anybody with a solution?

N-0p3rz
08-26-2005, 11:54 PM
Yeah I'm running a Vb 2.3.6

and when I try and quote a users post I get a parse error. I get transfered to the new reply page, but it doesn't quote the users text.

This is Link That's Set For Quote:
<a href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]">

This is the parse error I get in return:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/communit/public_html/forums/newreply.php(47) : eval()'d code on line 1

anybody with a solution?

Bumping.. Anyone?

sabret00the
08-26-2005, 11:59 PM
try converting the link to xhtml and see if that helps

i.e.
& -> &amp;

N-0p3rz
08-27-2005, 02:38 AM
try converting the link to xhtml and see if that helps

i.e.
& -> &amp;

Ahh, I've actually tried that already. Didn't work.