irphan 0 Newbie Poster

Hi this is irphan.I am using ckeditor for updating the value into database using php my code contain javascript tags like this ....

<script="text/javascript"><a href="costs_prices_rates_book_editing.php" onmouseout="turnoff('pic2')" onmouseover="lightup('pic2')"> <img alt="Get a FREE Book Editing Sample" name="pic2" src="images/pricequote.jpg" style="border: 0px solid; width: 215px; height: 51px;" /></a></script>

when i am writing this code into ckeditor and click save button this is not saving into mysql database table .while I write simple text then value is updating into database .i don't know what is the problem .please help me