Forum Moderators: coopster
elseif ($UA==="\"){header("HTTP/1.0 403");die();}
[hk2.php.net...]
or substr?
elseif (substr($UA,0,1)==="\"){header("HTTP/1.0 403");die();}
dc
Returns a string with backslashes stripped off. (\' becomes ' and so on.) Double backslashes (\\) are made into a single backslash (\).
I have it working now! I just added another slash! IoI...