Thread: PHP help needed
View Single Post
Old 2006-06-07, 06:24 PM   #14
FakeTextTGP
Rock stars ... is there anything they don't know?
 
Join Date: Jun 2006
Posts: 10
seems like way to much thought/work is used above...

$input = preg_replace ( "/\r\n|\r|\n/", "\n", $fslinks');
$Array = explode("\n", $input);

foreach ($Array as $item) {
list($url, $var1, $description, $var2, $cat, $var3) = explode("|", $item);
// go to work
__________________
Sincerely,
FakeTextTgp

FakeTextTGP is offline   Reply With Quote