Lol he made no sense at all, Thanks for explaining this Shorty, it might be useful to n00bs who are starting PHP /HTML coding.
I knew this back from a while ago anyway (the hard way)
Also, isnt it possible if you use double quotes on the echo that you can use a single quote in the html tags? i.e
echo" <html> <body bgcolor='#000000'>";
something like that.
Also if you want or need to put in a double quote, but dont want to put it outside a php tag, then you can always put a back slash "\" infront of it i.e
echo" <html> <body bgcolor=\"#000000\">";
I dont know, but yeah, anyway :P
PJ