I have a stupid problem with PHP & MySQL (I'm a newbie of course):

I push in a text/blob record a string like this:

<img src="foo.gif" border="0">

when I read  & print this record with PHP (using a simple echo statement ) I got back 
the string translated in this way:

&lt;IMG SRC=\&quot;foo.gif\&quot; border=\&quot;0\&quot;&gt;

How can I prevent PHP from doing this translation and giving me back just what I wrote 
inside the field?


           bye by{t}e[s].... TuX!

Reply via email to