RE: RE: printing html symbols

2003-07-24 Thread Dan Muey
was mnore I'd use a here doc: print <Board # Color # colspan="2">model #Serial # " STUFF HTH DMuey > > - Original Message - > From: Dan Muey <[EMAIL PROTECTED]> > Date: Wednesday, July 23, 2003 10:21 am > Subject: RE: printing html symbol

Re: RE: printing html symbols

2003-07-24 Thread mgoland
Thanks Dan, how would I go about printing a string like: " Board # Color #model #Serial # " - Original Message - From: Dan Muey <[EMAIL PROTECTED]> Date: Wednesday, July 23, 2003 10:21 am Subject: RE: printing html symbols > > > Hi all, > > Howdy &g

RE: printing html symbols

2003-07-23 Thread Dan Muey
> Hi all, Howdy > > I need to print out a whole bunch of HTML in my cgi script. > How can I print things out with out escaping all the > necessary symbols ?? > Use single quotes, use qq(), q(), qx() etc Use here documents (you still have to escape @ signs though) print < > Mark G > > >

printing html symbols

2003-07-23 Thread mgoland
Hi all, I need to print out a whole bunch of HTML in my cgi script. How can I print things out with out escaping all the necessary symbols ?? Mark G -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: printing html

2002-05-20 Thread Gary Stainburn
On Saturday 18 May 2002 2:01 pm, Mat Harris wrote: > I know all about printing html to a browser from a CGI script, but is it > possible to put PHP in that html? If so, how? There is nothing to stop you printing the PHP stuff out from your perl script, but to the best of my knowledge th

RE: printing html

2002-05-18 Thread Beau E. Cox
Harris [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 18, 2002 3:02 AM To: [EMAIL PROTECTED] Subject: printing html I know all about printing html to a browser from a CGI script, but is it possible to put PHP in that html? If so, how? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

printing html

2002-05-18 Thread Mat Harris
I know all about printing html to a browser from a CGI script, but is it possible to put PHP in that html? If so, how? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]