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.
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:
>>
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
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.
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
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
6 matches
Mail list logo