I have written a query
mysql_query("insert into db_manufacturer(mfgName) values('$manufacturer')"
when $manufacturer = ram's
or sam's
etc then it is giving sql
error, how to overcome this error. If I am using ""
then in the db inserting the variable not the variable value.