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
* 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
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] =
3 matches
Mail list logo