Re: [PHP] html formating trouble

2001-09-14 Thread Mark
On Fri, 14 Sep 2001 20:22:07 +0200, Alexander Skwar wrote: >So sprach »Nikola Veber« am 2001-09-15 um 07:09:20 +0200 : >> I'm having trouble with formating the html output. I have the >>black >> background, and in function >> function javni(){ >> echo "ovo je javna strana " ; > >Here, PHP stops pa

Re: [PHP] html formating trouble

2001-09-14 Thread Alexander Skwar
So sprach »Andrew Perevodchik« am 2001-09-14 um 22:34:02 +0300 : > 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 without ;) Yep, that's the only reason I see for here-docs as well. Alexander Skwar -- How to qu

Re: [PHP] html formating trouble

2001-09-14 Thread Alexander Skwar
So sprach »Andrew Perevodchik« am 2001-09-14 um 22:15:40 +0300 : > Or try something like this (but i'm shure you > won't want to use it :) > > echo <

Re: [PHP] html formating trouble

2001-09-14 Thread Alexander Skwar
So sprach »Nikola Veber« am 2001-09-15 um 07:09:20 +0200 : > I'm having trouble with formating the html output. I have the black > background, and in function > function javni(){ > echo "ovo je javna strana " ; Here, PHP stops parsing the string which is to be printed by echo right before the #