|
Posted by macbri on 08/29/05 04:06
You could use preg_replace() instead:
Code:
--------------------
$alines = preg_replace("/[^=]+=/", "", $lines);
--------------------
--
macbri
------------------------------------------------------------------------
macbri's Profile: http://www.macosx.com/forums/member.php?userid=34415
View this thread: http://www.macosx.com/forums/showthread.php?t=242019
macosx.com - The Answer to Mac Support - http://www.macosx.com
Navigation:
[Reply to this message]
|