Hi,
I have a string that containts the ' character. I want to add this to a database, but i get an error, here is my code
$queryins = "INSERT INTO bbpackages VALUES ('','$myrow1[1]','$myrow3[2]','$table')";
$insresult = mysql_query($queryins);
its the $table variable that contains the offending character.
thanks