http://php.net/strtok

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Dave Vanauken <[EMAIL PROTECTED]>
Newsgroups: php.general
To: PHP General Mailing List <[EMAIL PROTECTED]>
Sent: Monday, September 24, 2001 10:05 AM
Subject: ereg expr guru


> text file
>
> [other stuff]
> #%start dynamic %#
> #%start site [identifier] %#
> [contents]
> #%stop site [identifier] %#
> #%start site [identifier] %#
> [contents]
> #%stop site [identifier] %#
> #%start site [identifier] %#
> [contents]
> #%stop site [identifier] %#...
> #%stop dynamic %#
> [other stuff]
>
> already have the ability to parse out all the dynamic stuff (stuff between
the
> start and stop dynamic tags).  Once we have the string of all the sites,
am
> having problems getting that to parse out into a usabe array.
>
> need to parse the content between the "dynamic" tags and return an array
with
> [identifier] => [contents]
> [identifier] => [contents]...
>
> ideas?
>
> Dave
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to