Posted by Ewoud Dronkert on 08/03/05 14:12
On 3 Aug 2005 02:16:53 -0700, Sergej Andrejev wrote:
> If you want to split somthing into array try
> $record_array = preg_split("\#\","record1#record2#record3");
Use explode() for simple record boundaries like this; it uses far less
resources (time, memory) than a call to the (p)regex lib.
--
Firefox Browser - Rediscover the web - http://getffox.com/
Thunderbird E-mail and Newsgroups - http://gettbird.com/
Navigation:
[Reply to this message]
|