For some reason this value won't add to my database, there are others that will add, but this one does not. Any ideas.
$NewsMsg = "<a href='javascript:void(0);' onMouseOver='overlib(\"Application Service Providers are third-party firms that manage and deliver software-based services to customers across a wide area network. ASPs allow companies to out-source some or all aspects of their technology requirements.\", CAPTION,\"Definition: asp \")' onMouseOut='nd()'> asp </a>";
$query="insert into $article_file (ArtMsg) values ('$NewsMsg')";