Hi
I show a last name entering into database ('users' table) like this:
O\'Brian
I found the line code which inserts this:
$this->_db->prepare('INSERT INTO users (email,first,last,dept,optin) VALUES (?,?,?,?,?)');
how would i fix it so it doesn't include this backwards slash? The name is printing on another document like this so it's a problem...
thanks