Mailinglisten-Archive |
This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C0DC00.8F78E730 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Hallo, ich hab ein Problem, ich hab ein Program geschrieben, dass Einträge aus einer Datei löschen soll. Das klappt auch, nur wenn ich statt Standardwerten das Formular einsetze klappt es nicht. Deshalb hab ich einen Test gemacht und fest gestellt, dass die Variablen keinen Inhalt haben: //Formatierung und Wiedergabe eines Eintrages echo('<form action="'.$php_self.'" method="post">'); for ($a=$menge; $a >= 1; $a=$a-1) { echo('<table width="100%" border="0" bgcolor="#FFBF80">'); echo('<tr><td height="18" width="296" bgcolor="#FFAD5B"><b>'); echo('<a href="mailto:'.$email[$a].'">'.$name[$a].'</a>'); echo(' aus '.$ort[$a].'</b><br>'); echo('<i>WWW: <a href="'.$www[$a].'">'.$www[$a].'</a></i></td>'); echo('<td width="103" bgcolor="#FFAD5B"><center>'); echo(strtr($datum[$a]," ","\n<br>")); echo('</center></td></tr><tr valign="top"><td colspan="2" height="30">'); echo(nl2br($note[$a])); echo('</td></tr></table>'); echo($a.'. '); echo('Eintrag löschen: <input type="Checkbox" name="clean[$a]" value="TRUE"><br><br>'); echo($clean[$a]); //nur zum Test! } echo('<input type="Submit" name="submit" value="Änderungen übernehmen"><input type="hidden" name="sent" value="1"><input type="reset"></form>'); mfg, till ------=_NextPart_000_0000_01C0DC00.8F78E730 Content-Type: text/x-vcard; name="Till Schrader.vcf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Till Schrader.vcf" BEGIN:VCARD VERSION:2.1 N:Schrader;Till FN:Till Schrader ORG:Tillsoft NOTE:www.tillsoft.de www.cabaza.net www.gho-berlin.de TEL;WORK;VOICE:+49 (33056) 77736 TEL;HOME;VOICE:+49 (33056) 77736 TEL;CELL;VOICE:+49 (170) 464 0816 TEL;WORK;FAX:+49 (33056) 95054 TEL;HOME;FAX:+49 (33056) 95054 ADR;HOME:;;Feldahornstra=DFe = 4;Sch=F6nflie=DF;Brandenburg;16567;Deutschland LABEL;HOME;ENCODING=3DQUOTED-PRINTABLE:Feldahornstra=3DDFe = 4=3D0D=3D0ASch=3DF6nflie=3DDF, Brandenburg 16567=3D0D=3D0ADeutschland X-WAB-GENDER:2 URL:http://www.cabaza.net URL:http://www.tillsoft.de BDAY:19830104 EMAIL;PREF;INTERNET:tischra_(at)_technologist.com EMAIL;INTERNET:tischra_(at)_web.de EMAIL;INTERNET:tischra_(at)_ist-genial.de EMAIL;INTERNET:webmaster_(at)_tillsoft.de REV:20000611T103905Z END:VCARD ------=_NextPart_000_0000_01C0DC00.8F78E730--
php::bar PHP Wiki - Listenarchive