Quote:
Today at 10:49 PM Erwin said this in Post #101
In form1.php (or whatever you have called your php file) =
FIND:
PHP Code:
'".addslashes(htmlspecialchars($bbuserinfo[username]))." $formtitle'
Replace with:
PHP Code:
'".addslashes(htmlspecialchars($answer1 $answer2)."'
Do this TWICE (the above occurs TWICE).
Should work...
|
Thanks much for the reply... I get a parse error. I also tried adding another ")" at the end and no luck. Any ideas? BTW this hack is fantastic!