> Andras Mantia wrote: [...] >> I don't know anything about HEREDOC. Can you explain it? >> >> Andras >> > heredoc is another syntax for strings. You can do any of the following > to show a string (Assume $myvar = 'hello'): > $var = '$myvar world'; //$var is literally '$myvar world'; > $var = "$myvar world"; //$var is hello world > $var = << $myvar world > YOUR_IDENTIFIER; Oh, I knew this syntax, but didn't know how it is called. ;-) Andras -- Quanta+ developer - http://quanta.kdewebdev.org K Desktop Environment - http://www.kde.org _______________________________________________ Quanta mailing list Quanta@mail.kde.org https://mail.kde.org/mailman/listinfo/quanta