i have a wallpaper script and i want to be able to store my adsense javascript/html code into mysql database but i keep getting an error this is how my query looks like

$sql = "insert into ads set adsence_code = '".$banner."' where domain = 1";