Re: [PHP] Error in creating BTML(BT Markup Language)

2003-10-13 Thread Pavel Jartsev
Bas wrote:

 ...

echo IMG SRC=\ . $bttags['image'] . \;


Seems that U don't have closing double-quote () in line above.
It should be:
echo IMG SRC=\ . $bttags['image'] . \;

--
Pavel a.k.a. Papi
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Error in creating BTML(BT Markup Language)

2003-10-13 Thread Bas
Now I get the output:

(in html, if you get a mail, you get the real output.)

HTMLHEADTITLEWelcome!
/TITLE/HEADBODYH1Welcome!
/h1brbr /
bNotice/b:  Undefined index:  text in bC:\pub\include\btml.php/b on
line b13/bbr /
IMG SRC=noimage.gif
/body/html
Pavel Jartsev [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Bas wrote:
 
   ...
  
  echo IMG SRC=\ . $bttags['image'] . \;
  

 Seems that U don't have closing double-quote () in line above.
 It should be:

 echo IMG SRC=\ . $bttags['image'] . \;


 -- 
 Pavel a.k.a. Papi


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php