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