$category = mysql_real_escape_string($_POST['category']);$tags = mysql_real_escape_string($_POST['tags']);$highscoreable = mysql_real_escape_string($_POST['highscoreable']);$gameadder = mysql_real_escape_string($usrdata['userid']);
<iframe src="http://www.miniclip.com/games/alien-attack/en/webgame.php" frameborder="0" style="border:none;" width="544" height="391" scrolling="no"></iframe>
You can't slash out the quotes..Just make it like this:Code: [Select]<iframe src="http://www.miniclip.com/games/alien-attack/en/webgame.php" frameborder="0" style="border:none;" width="544" height="391" scrolling="no"></iframe>if you automatically makes slash marks then use stripslashes() around the game code var inside play.php