Forums

How to escape forward slashes?

I'm trying to insert a field 'url' into a mySQL db but I can't figure out how to escape the forward slashes...is there something like mysql_real_escape that can be used?

I'm pretty sure you don't need to escape forward slashes in SQL strings.