Quote:
Originally posted by sde
thanks, .. yes php uses quotes for regex .. there is a problem with that though because i don't want my variable to equal 'abc123' it needs to parse each set of tags individually .. hrrm . i made a bbs a while back and i thought i figured this one out, but i forgot how .. i'll keep trying to re-invent the wheel
thanks for the help =)
|
then split the input based on [/php] and work on that basis, i forget what perl regexps look like so i can't really remember the grouping but i think you'll find that way ( splitting based on end tag ) is easier then dealing with possibly unlimited amount of tags.