On 17 Jul 01, at 16:30, Yassel Omar Izquierdo Souchay wrote:

> Put the same text inside php example
> <?
> echo "<img src="abduction.ico">".... the next code

and if you want it to work reliable do is this way:

echo "<img src=\"abduction.ico\">";

and away you go...

CYA, Dave


-----------------------------------------------------------------------
Outback Queensland Internet - Longreach, Outback Queensland - Australia
http://www.outbackqld.net.au          mailto:[EMAIL PROTECTED]
-----------------------------------------------------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to