ikaris69
Apr 3rd, 2007, 12:27 PM
im trying to get rid of all html from a string. this is what i have so far
$Data = ereg_replace("/<.*>/i", "", $Data);
$Data = ereg_replace("/<.*>/i", "", $Data);
Click to See Complete Forum and Search --> : strip out all html tags from a string