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
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
> 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
>
>
>
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]
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
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
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]