Re: [PHP] printing in HTML or PHP

2002-03-18 Thread Oliver Heinisch
At 18.03.2002 16:57, you wrote: >I would like to print the line bellow on my HTML generated by a PHP file. >How can I do it? > >The line is: > > >Thank you > >Daniel Ferreira Castro Your line should be between and the you could use echo ''; HTH Oliver -- PHP General Mailing List (http://www.

Re: [PHP] printing in HTML or PHP

2002-03-18 Thread Erik Price
On Monday, March 18, 2002, at 03:49 PM, Daniel Ferreira Castro wrote: > I need to use it with fwrite not print :-) > > "Erik Price" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> >> On Monday, March 18, 2002, at 02:57 PM, Daniel Ferreira Castro wrote: >>

RE: [PHP] printing in HTML or PHP

2002-03-18 Thread Coggeshall, John
For that matter, even better... Why bother with PHP at all? -Original Message- From: John Steele [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 7:53 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] printing in HTML or PHP PHP doesn't have to parse this string (sin

Re: [PHP] printing in HTML or PHP

2002-03-18 Thread John Steele
PHP doesn't have to parse this string (since it contains no PHP variables, why pass it through the parser?), and it's easier to read: echo ''; >On Monday, March 18, 2002, at 02:57 PM, Daniel Ferreira Castro wrote: > >>I would like to print the line bellow on my HTML generated by a PHP file.

Re: [PHP] printing in HTML or PHP

2002-03-18 Thread Daniel Ferreira Castro
It doesnt work I need to use it with fwrite not print :-) "Erik Price" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > On Monday, March 18, 2002, at 02:57 PM, Daniel Ferreira Castro wrote: > > > I would like to print the line bellow on my HTML generated by

Re: [PHP] printing in HTML or PHP

2002-03-18 Thread Erik Price
On Monday, March 18, 2002, at 02:57 PM, Daniel Ferreira Castro wrote: > I would like to print the line bellow on my HTML generated by a PHP > file. > How can I do it? > > The line is: > "; ?> E Erik Price Web Developer Temp Media Lab, H.H. Brown [EMAIL PROTECTED] -- PHP Gener

[PHP] printing in HTML or PHP

2002-03-18 Thread Daniel Ferreira Castro
I would like to print the line bellow on my HTML generated by a PHP file. How can I do it? The line is: Thank you Daniel Ferreira Castro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php