Candrias77
01-29-2003, 08:50 PM
I am simply trying to set a variable which contains HTML code.
To use
$var = "image"
is fine but when you get to
$var = "<img scr="image.gif" alt="image">"
etc. etc. I start getting errors.
Is there a special way to set a large HTML sement to a variable?
To use
$var = "image"
is fine but when you get to
$var = "<img scr="image.gif" alt="image">"
etc. etc. I start getting errors.
Is there a special way to set a large HTML sement to a variable?