Hi,
Does anyone know how to strip the \ character out of data coming out of a mysql database.
It gets put in when updating forms using php, hell is there a way to strip it before it goes into the database?
No clue, I'm having the same trouble with one of my strips. Someone said to try this...
stripslashes($variablename);
However, it hasn't worked for me, so that didn't help much.