Re[2]: [PHP] html formating trouble

2001-09-14 Thread Andrew Perevodchik
AS> Oh, right, totaly forgot about here-docs :) AS> What's the use of it anyhow? I mean, "normal" AS> strings (double-/singlequotes) can also span AS> multiple lines. The only reason i see -- you don't have to escape any quotes. You can just paste a piece of HTML and insert variables in there wit

Re[2]: [PHP] html formating trouble

2001-09-14 Thread Andrew Perevodchik
>> echo "ovo je javna strana " ; AS> Here, PHP stops parsing the string which is to AS> be printed by echo right before the #FF. AS> You either need to break your fingers and AS> write: AS> echo " or have it much simpler, faster and better and AS> use single quotes instead: AS> echo 'ovo je