I'm trying to run an ereg replace on a number for form fields to convert them from XHTML format to plain ol' HTML. Can anyone tell me why this isn't working:
$write_string2 = ereg_replace(" />", ">", $write_string);
Any ideas how to make it work?
Thanks,
Shaun