Re: [PHP] Error in BTML parser 2

2003-10-13 Thread Bas
Yes! It works!!! This is also an good beginner-HTML. If you have improvements then i like it from you to post them in an reply or email me. Regards, Bas "Curt Zirzow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote Bas ([EMAIL PROTECTED]): > > This error is not so stup

Re: [PHP] Error in BTML parser 2

2003-10-13 Thread Curt Zirzow
* Thus wrote Bas ([EMAIL PROTECTED]): > This error is not so stupid as a deleted closing ". > > Okay, for all of you who missed my code here is it again: > > read-tags.php > --- > // Tag Parser v1.1 > // v1.0 First release(not working) > // v1.1 Edited: > // Uses Regular Expressions > funct

[PHP] Error in BTML parser 2

2003-10-13 Thread Bas
This error is not so stupid as a deleted closing ". Okay, for all of you who missed my code here is it again: read-tags.php --- \s*([^<]*)\s*!is"; preg_match_all($tag_match, $filedata, $matches); for ($i=0; $i< count($matches[0]); $i++) { $tagname = $matches[1][$i]; $tags[$tagname] =