* Thus wrote Comex ([EMAIL PROTECTED]):
> <[EMAIL PROTECTED]>
> Curt Zirzow:
> > * Thus wrote Comex ([EMAIL PROTECTED]):
>
> > All this is is a xml, yet it breaks all xml rules, ironic as
> > it sounds.
> >
> > Curt
>
> I don't know much about XML, so clue me in.
http://www.w3.org/XML/ is a good
<[EMAIL PROTECTED]>
Curt Zirzow:
> * Thus wrote Comex ([EMAIL PROTECTED]):
> All this is is a xml, yet it breaks all xml rules, ironic as
> it sounds.
>
> Curt
I don't know much about XML, so clue me in.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net
* Thus wrote Comex ([EMAIL PROTECTED]):
> >> Bas:
> >>> That tags? It should not be used anyway...
> >> what???
> >
>
> > Yes, i think that you want to know the structure of the BTML-file:
> >
> >
> >
> >
> > Title of the page
> >
> >
> > Here any valid HTML-MARKUP
> >
> >
> >
> > Path to
Now I'm confused, because of the canceled message.
<[EMAIL PROTECTED]>
Chris Shiflett:
> --- Comex <[EMAIL PROTECTED]> wrote:
>> Bas:
>>> That tags? It should not be used anyway...
>> what???
>
> Would you two please take this discussion elsewhere? This is about
> the tenth message that makes no
<[EMAIL PROTECTED]>
Chris Shiflett:
> --- Comex <[EMAIL PROTECTED]> wrote:
>> Bas:
>>> That tags? It should not be used anyway...
>> what???
>
> Would you two please take this discussion elsewhere? This is about
> the tenth message that makes no sense to anyone else.
>
> Thank you.
>
> Chris
>
> ==
--- Comex <[EMAIL PROTECTED]> wrote:
> Bas:
> > That tags? It should not be used anyway...
> what???
Would you two please take this discussion elsewhere? This is about the tenth
message that makes no sense to anyone else.
Thank you.
Chris
=
My Blog
http://shiflett.org/
HTTP Developer's
<[EMAIL PROTECTED]>
Bas:
> That tags? It should not be used anyway...
what???
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
That tags? It should not be used anyway...
"Comex" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> <[EMAIL PROTECTED]>
> Comex:
> > <[EMAIL PROTECTED]>
> > Bas:
> >> Yes, thanx. I always wanted to make a version where you can use
> >> multiple tags of one type. And, what do you find o
<[EMAIL PROTECTED]>
Comex:
> <[EMAIL PROTECTED]>
> Bas:
>> Yes, thanx. I always wanted to make a version where you can use
>> multiple tags of one type. And, what do you find of it? Please rate
>> it 1 to 10 "Comex" <[EMAIL PROTECTED]> wrote in message
>
> I don't know... lol...
BTW, what should h
<[EMAIL PROTECTED]>
Bas:
> Yes, thanx. I always wanted to make a version where you can use
> multiple tags of one type. And, what do you find of it? Please rate
> it 1 to 10 "Comex" <[EMAIL PROTECTED]> wrote in message
I don't know... lol...
--
PHP General Mailing List (http://www.php.net/)
To u
Yes, thanx. I always wanted to make a version where you can use multiple
tags of one type. And, what do you find of it? Please rate it 1 to 10
"Comex" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> function parseTags($file) {
> /* readfile... here */
> $filedata = file_get_conte
\s*(.*?)\s*!is");
preg_match_all($tag_match, $filedata, $matches);
for ($i=0; $i< count($matches[0]); $i++) {
$tagname = $matches[1][$i];
$tag['tagname'] = $tagname;
$tag['value'] = $matches[2][$i];
$tags[] = $tag;
}
return $tags;
}
$filename = $_GET['name'];
$bttags = parseTags($filen
Yes, i think that you want to know the structure of the BTML-file:
Title of the page
Here any valid HTML-MARKUP
Path to a image
This is the structure of a BTML file.
I hope that you have improvements. If this changes the structure, post or
email me the new structure also.(double check f
13 matches
Mail list logo