can't find " with strpos
Posted: Sun May 20, 2007 2:00 pm
i can't seem to find " with strpos
if tried
and
any ideas?
if tried
Code: Select all
$temp = strpos($_POST['txtData'], "screen_path[" . $i . "] = \"");Code: Select all
$temp = strpos($_POST['txtData'], 'screen_path[' . $i . '] = "');Code: Select all
$temp = strpos($_POST['txtData'], "screen_path[" . $i . "] = " . chr(34));