Mailinglisten-Archive |
This is a multi-part message in MIME format. ------=_NextPart_000_0111_01BF10FE.9AFF8D80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable EY JETZT IS GUT!!!! =E4rgert dich dein mail programm???? :) ----- Original Message -----=20 From: Gunther Stammwitz=20 To: php_(at)_solix.wiso.Uni-Koeln.DE=20 Sent: Thursday, October 07, 1999 3:26 PM Subject: [php] mail pr=FCfen Hallo Leute, ich arbeite gerade an einem Projekt, bei dem User Ihre Email in ein = Formular eingeben m=FCssen, das dann in die DB geschrieben wird. Nun m=F6chte ich pr=FCfen, ob die Email auch g=FCltig ist. Ich dachte = mir, ich pr=FCfe einfach, ob das _(at)_ und der . (Punkt) in dem String auftaucht. Beim _(at)_ geht alles problemlos, nur die Pr=FCfung auf den . versagt. Was kann ich tun ? Hier mein Script: --- # pruefen ob email richtig.. $checkat =3D eregi("_(at)_",$Email); if ($checkat !=3D "1") {echo ("Sie haben keine gültige Email angegeben ! <a href=3D\"supportanfrage.html\">back</a>.");exit;}; $checkdot =3D eregi(".",$Email); if ($checkdot !=3D "1") {echo ("Sie haben keine gültige Email angegeben ! <a href=3D\"supportanfrage.html\">back</a>.");exit;}; --- Danke, Gunther =20 =20 UPDATE: Ich sende die Mail jetzt zum 3. mal, da sie nie ankommt - = komisch .... ------=_NextPart_000_0111_01BF10FE.9AFF8D80 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=3DArial size=3D2>EY JETZT IS GUT!!!!</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>=E4rgert dich dein mail = programm????</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>:)</FONT></DIV> <BLOCKQUOTE=20 style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: = 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px"> <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV> <DIV=20 style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: = black"><B>From:</B>=20 <A href=3D"mailto:Gunther.Stammwitz_(at)_myokay.net"=20 title=3DGunther.Stammwitz_(at)_myokay.net>Gunther Stammwitz</A> </DIV> <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A=20 href=3D"mailto:php_(at)_solix.wiso.Uni-Koeln.DE"=20 title=3Dphp_(at)_solix.wiso.Uni-Koeln.DE>php_(at)_solix.wiso.Uni-Koeln.DE</A> = </DIV> <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Thursday, October 07, = 1999 3:26=20 PM</DIV> <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> [php] mail = pr=FCfen</DIV> <DIV><BR></DIV> <DIV><FONT face=3DArial size=3D2> <DIV><FONT face=3DArial size=3D2>Hallo Leute,<BR><BR>ich arbeite = gerade an einem=20 Projekt, bei dem User Ihre Email in ein Formular<BR>eingeben m=FCssen, = das dann=20 in die DB geschrieben wird.<BR><BR>Nun m=F6chte ich pr=FCfen, ob die = Email auch=20 g=FCltig ist. Ich dachte mir, ich<BR>pr=FCfe einfach, ob das _(at)_ und der = . (Punkt)=20 in dem String auftaucht.<BR>Beim _(at)_ geht alles problemlos, nur die = Pr=FCfung auf=20 den . versagt.<BR>Was kann ich tun ?<BR>Hier mein = Script:<BR><BR>---<BR>#=20 pruefen ob email richtig..<BR>$checkat =3D eregi("_(at)_",$Email);<BR>if = ($checkat !=3D=20 "1") {echo ("Sie haben keine g&uuml;ltige Email<BR>angegeben ! = <a=20 = href=3D\"supportanfrage.html\">back</a>.");exit;};<BR><BR><BR>$c= heckdot=20 =3D eregi(".",$Email);<BR>if ($checkdot !=3D "1") {echo ("Sie haben = keine=20 g&uuml;ltige Email<BR>angegeben ! <a=20 = href=3D\"supportanfrage.html\">back</a>.");exit;};<BR><BR><BR>--= -<BR>Danke,=20 Gunther</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>UPDATE: Ich sende die Mail jetzt zum = 3. mal, da=20 sie nie ankommt - komisch=20 ....<BR></DIV></FONT></FONT></DIV></BLOCKQUOTE></BODY></HTML> ------=_NextPart_000_0111_01BF10FE.9AFF8D80--
php::bar PHP Wiki - Listenarchive