Hi
I get the double quoting yet i already have the line you said to add (below)
Any more ideas please?
Quote:
Originally Posted by zethon
To fix the double-quoting, find the comment line
PHP Code:
// #### POST REQUIRED, FORMATTING POST INPUT #############################
And right below it add the follow code:
PHP Code:
$botinput = strip_quotes($post["message"]);
|