"/" how to do this within php - Forward slahes
Posted: Wed Nov 21, 2007 5:08 pm
okay, its a simple question, but I have no idea how to search for this.
How can I put a forward slash within quotes.
I have a problem, a string gets converted to "xyz\" and is then put in an sql querry, how can I detect the slash, I cant use: strpos($encPass, "\" ) > -1
Since the \ makes the quotation a non surrounding quotaion.. so what can I use to detect a forward slash?
How can I put a forward slash within quotes.
I have a problem, a string gets converted to "xyz\" and is then put in an sql querry, how can I detect the slash, I cant use: strpos($encPass, "\" ) > -1
Since the \ makes the quotation a non surrounding quotaion.. so what can I use to detect a forward slash?