Re[2]: [PHP] Img src CORRECTION

2003-01-08 Thread Martin Hudec
Hello Sean, oh i must correct myself ;)) . or try to use this: print ""; or just print ""; looks like u have error here: print ""; ^ ^^ ^ - use \ before " ^^- no need to use both \ and " remove those two characters or try this y

Re[2]: [PHP] Img src

2003-01-08 Thread Martin Hudec
Hello Sean, or try to use this: print ""; or just print ""; ^ ^^ ^ - use \ before " ^^- no need to use both \ and " remove those two characters or try this your php ?> " width=104 height=137> http://www.corwin.sk PGP key fingerprint

Re: [PHP] Img src

2003-01-08 Thread Sean Burlington
Ezequiel Sapoznik wrote: I am having a parse error in the following sentence: print ""; it would help if you posted the actual error message ! but try this ... print ''; or print ""; -- Sean -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

Fw: [PHP] Img src

2003-01-07 Thread Rick Emery
the problem is the "" before the width word it should be "\" - Original Message - From: "Ezequiel Sapoznik" <[EMAIL PROTECTED]> To: <> Sent: Tuesday, January 07, 2003 7:30 PM Subject: [PHP] Img src I am having a parse error in the following

[PHP] Img src

2003-01-07 Thread Ezequiel Sapoznik
I am having a parse error in the following sentence: print ""; Thanks! Ezequiel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] IMG SRC .ico (icons)

2002-12-05 Thread Benja
Hi everybody, The icons (.ico) are not displayed correctly by all the browsers (I.E. 5, etc...). After some research, it appears the only solution is to convert the .ico in GIF or JPEG... Do you know if a PHP script could do that conversion ? Take a icon and create a GIF or JPEG file... Thanks f