0
ajamil posted
mysql error in mysql_query function at php
Hii got error
"You have an error in your SQL syntax; check the manual that corresponds
to your MySQL server version for the right syntax to use near '\"@d')' at line 1
for this php work
$sql=mysql_query("insert into #tablename values('".$_REQUEST['skill']."')")or die(mysql_error());
so what is the issue . i have enetered `' " @` at skill input box .