on 1/9/02 8:17 AM, Henning Sprang at [EMAIL PROTECTED] appended the
following bits to my mbox:
> just another one - but i am too out of practice with html standarts to
> know if this is compliant ( a browser showing a result doesn't
> neccessary mean it's standarts compliant!)
FYI:
By default,
Hello,
In addition to Henning Sprang's fine solutions, you can also do the following (given
you use PHP 4);
$xmp_text
EOF;
?>
Note that the {} around your variables are optional, they will not be included in the
output but can be used to avoid confusion.
greets,
bvr.
On Wed, 9 Ja
Yes, you're right !!!
some browsers like IE will accept even , , , and some like Opera will only understand :
;-))
Le Mercredi 9 Janvier 2002 14:17, Henning Sprang a écrit :
> Nicolas Costes wrote:
--
( * >Nicolas Costes,
//\\ IUT de La Roche / Yon
( \/ ) [EMAIL PROTECTED]
<
Nicolas Costes wrote:
> Hellorghh !!!
> You'd better do like this :
>
> echo "
>
just another one - but i am too out of practice with html standarts to
know if this is compliant ( a browser showing a result doesn't
neccessary mean it's standarts compliant!)
henning
--
PHP General Mai
Hellorghh !!!
You'd better do like this :
echo "
Le Mercredi 9 Janvier 2002 13:05, Henning Sprang a écrit :
> Hy,
>
> universal2001 wrote:
> > Hi again!
> >
> > Thanks for the reply!
> >
> > I still have another question:
> >
> >
> > so I tired to use (echo) like this:
> >
> > echo "
> >
> >
Hy,
universal2001 wrote:
> Hi again!
>
> Thanks for the reply!
>
> I still have another question:
>
> so I tired to use (echo) like this:
>
> echo "
>
> border="0">
>
>
> src="img_heading/index_r1_c1.gif" width="639" height="5" border="0">
> border="0">
>
>
>
I simply use single quotes for html and double quotes for PHP.
echo "";
works for me.
Steve
On Tue, 8 Jan 2002, Steven Cayford wrote:
> On 2002.01.09 02:00:55 -0600 universal2001 wrote:
>
> > so I tired to use (echo) like this:
> >
> > echo "
> >
> > > border="0">
> >
> >
>
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Steven Cayford) wrote:
> You can tell php to treat quotes as text by escaping
> them: putting a \ in front of them like this:
>
> echo "";
>
> Or you could drop out of php mode entirely to do your html like this:
>
> ...php stuff here ...
>
On 2002.01.09 02:00:55 -0600 universal2001 wrote:
> so I tired to use (echo) like this:
>
> echo "
>
> border="0">
>
>
> src="img_heading/index_r1_c1.gif" width="639" height="5" border="0">
> border="0">
>
>
> src="img_heading/index_r2_c1.gif" width="25" height
9 matches
Mail list logo