Dear friends,
I am hacing the following error message:
Parse error: parse error, unexpected '=', expecting ',' or ')' in /var/www/html/jokes/resultado.php on line 12
The corresponding lines are for this if...
if (isset(#jokesfind#)) {
$joketype_Recordset1 = (get_magic_quotes_gpc()) ? #jokesfind# : addslashes(#jokesfind#);
}
What is grong with it?
Thanks