Welcome Guest, Not a member yet? Register   Sign In
CSV upload, once uploaded to a temp folder overwrite the existing database
#16

[eluser]TheFuzzy0ne[/eluser]
Just replace a single apostrophe with two apostrophes.

Code:
// So...
$sql = '...St. Mary\'s Church';

$sql = strtr($sql, array('\'' => '\'\''));

// Becomes $sql = '...St. Mary\'\'s Church';


Messages In This Thread
CSV upload, once uploaded to a temp folder overwrite the existing database - by El Forum - 03-24-2013, 04:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB