Re: [PHP] Re: Echoing HTML in PHP as CGI

2002-09-26 Thread Reuben D. Budiardja
Thanks. This is what i was looking for. I remember reading something about this but just didn't remember where. Rdb. On Thursday September 26 2002 03:42 pm, Martin W Jørgensen wrote: > You can use this code: > > print <<< EndOfHTML > > put all html in here even with " > > EndOfHTML; > > This wi

[PHP] Re: Echoing HTML in PHP as CGI

2002-09-26 Thread Martin W Jørgensen
You can use this code: print <<< EndOfHTML put all html in here even with " EndOfHTML; This will print out all html. and dont care about special signs. goodluck. Martin "Reuben D. Budiardja" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi all, When using