Now I get the output:

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

<HTML><HEAD><TITLE>Welcome!
</TITLE></HEAD><BODY><H1>Welcome!
</h1><br><br />
<b>Notice</b>:  Undefined index:  text in <b>C:\pub\include\btml.php</b> on
line <b>13</b><br />
<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

Reply via email to