Quote:
Yesterday at 11:51 PM Doc203 said this in Post #105
I tried that and I still get the error...
I am replacing:
PHP Code:
'".addslashes(htmlspecialchars($bbuserinfo[username]))." $formtitle'
With:
PHP Code:
'".addslashes(htmlspecialchars($answer1 $answer2))."'
Any idea? Thanks.
|
Ok this code will work if $answer1 is change to $normalanswer1 and only one is used...
PHP Code:
'".addslashes(htmlspecialchars($normalanswer3))."'
But, I can't get more than one to work...
PHP Code:
'".addslashes(htmlspecialchars($normalanswer1 $normalanswer2))."'
I also tried removing the space between the two. Any ideas?