Thread: explode
View Single Post
Old 08-17-2004, 09:58 AM   #2 (permalink)
Brian911
Inactive
 
Join Date: 08-15-04
Location: Europe
Posts: 92
iTrader: 0 / 0%
Latest Blog:
None

Brian911 is liked by many
I'd remove the html tags via a regular expression and replace them with some ascii char, split() by using this ascii character and then just go through each line like
if ($type=="mod") { echo $name . "has been downloaded" . $downloads . "times"; }
Brian911 is offline   Reply With Quote