Re: [PHP] displaying icons

2001-07-17 Thread Dave Freeman
On 17 Jul 01, at 16:30, Yassel Omar Izquierdo Souchay wrote: > Put the same text inside php example > echo "" the next code and if you want it to work reliable do is this way: echo ""; and away you go... CYA, Dave ---

Re: [PHP] displaying icons

2001-07-17 Thread Yassel Omar Izquierdo Souchay
Put the same text inside php example " the next code - Original Message - From: "Petr Jůza" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 17, 2001 2:47 PM Subject: [PHP] displaying icons > Hi everybody! > Please, have somebody any experience with displaying icons (

Re: [PHP] displaying icons

2001-07-17 Thread Jason Bell
how are you trying to use PHP to output the html? AFAIK, there shouldn't be any difference between: HTML document: PHP document: print ""; You should note however that within the PHP print statement, you should to refrain from the use of quotation marks... if you must quote something, us