phpbar.de logo

Mailinglisten-Archive

[php] =?iso-8859-1?Q?Bruch_einf=FCgen?=

[php] =?iso-8859-1?Q?Bruch_einf=FCgen?=

Webmaster webmaster_(at)_scherhak.de
Sun, 13 Feb 2000 21:51:23 +0100


This is a multi-part message in MIME format.

------=_NextPart_000_0043_01BF766C.7815BFA0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hallo Liste,
ich habe gerade erst angefangen mich mit PHP
zu besch=E4ftigen und habe eine Frage.
Im Moment bin ich dabei Formulardaten auswerten zu lassen.
Mein Prob ist jetzt folgendes:

In der generierten Antwortseite werden diese drei Eingaben nebeneinander =
dargestellt.
So z.B.:Name der Seite: XXXXX HTTP Adresse: XXXXX E-Mail: XXXXXXX
Wie kann ich einen Bruch hier einbringen ?

    <?
     $body=3D"";             =20

     $body.=3D"Name der Seite: ";                        =20
     if ($pagename!=3D""): $body.=3D$pagename; else: $body.=3D"Keine =
Angabe"; endif;
     $body.=3D"\n";


     $body.=3D"HTTP Adresse: ";                                  =20
     if ($url!=3D""): $body.=3D$url; else: $body.=3D"Keine Angabe"; =
endif;
     $body.=3D"\n";


     $body.=3D"E-Mail Adresse: ";                                  =20
     if ($mail!=3D""): $body.=3D$mail; else: $body.=3D"Keine Angabe"; =
endif;
     $body.=3D"\n";

                   echo $body;

=20


    ?>

F=FCr Eure Hilfe beedanke ich mich schon im vorraus und
verbleibe mit freundlichen Gr=FC=DFen ...

Sascha Scherhak


------=_NextPart_000_0043_01BF766C.7815BFA0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2014.210" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DVerdana size=3D2>Hallo Liste,</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>ich habe gerade erst angefangen mich =
mit=20
PHP</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>zu besch=E4ftigen und habe eine =
Frage.</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>Im Moment bin ich dabei Formulardaten =
auswerten=20
zu lassen.</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>Mein Prob ist jetzt =
folgendes:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>In der&nbsp;generierten Antwortseite =
werden diese=20
drei Eingaben nebeneinander dargestellt.</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>So z.B.:<FONT face=3DArial =
size=3D1><STRONG>Name der=20
Seite: XXXXX HTTP Adresse: XXXXX E-Mail: =
XXXXXXX</STRONG></FONT></FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>Wie kann ich einen Bruch hier =
einbringen=20
?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff face=3DVerdana size=3D2>&nbsp;&nbsp;&nbsp;=20
&lt;?<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$body=3D"";&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT></DIV=
>
<DIV>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff face=3DVerdana=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$body.=3D"Name der Seite:=20
";&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if=20
($pagename!=3D""): $body.=3D$pagename; else: $body.=3D"Keine Angabe";=20
endif;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$body.=3D"\n";</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana><BR><FONT color=3D#0000ff=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$body.=3D"HTTP Adresse:=20
";&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;if=20
($url!=3D""): $body.=3D$url; else: $body.=3D"Keine Angabe";=20
endif;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$body.=3D"\n";</FONT></FONT></DIV=
>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana><BR><FONT color=3D#0000ff=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$body.=3D"E-Mail Adresse:=20
";&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;if=20
($mail!=3D""): $body.=3D$mail; else: $body.=3D"Keine Angabe";=20
endif;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$body.=3D"\n";</FONT></FONT></DIV=
>
<DIV>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff face=3DVerdana=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp;echo $body;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana><BR><FONT color=3D#0000ff=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;?&gt;</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>F=FCr Eure Hilfe beedanke ich mich =
schon im vorraus=20
und</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>verbleibe mit freundlichen Gr=FC=DFen =

...</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>Sascha Scherhak</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_0043_01BF766C.7815BFA0--



php::bar PHP Wiki   -   Listenarchive