Hey. Just writing a script in PHP but come accross a problem. I am unsure of how to use eregi_replace to remove "<object value='could-be-anthing'".
At the moment, I have:
..but no worky. Any help is appreciated as always.
Thanks
At the moment, I have:
PHP:
$str2 = eregi_replace("\<option value='[[:alpha:]]' \>", "", stripslashes($str1));
..but no worky. Any help is appreciated as always.
Thanks













