IP Sperre für Formular?
Verfasst: 08.08.2003 12:41
Hielllllffffffeeeee,
ich bin PHP-Neuling und am verzweifeln!
Ich möchte eine einfache IP-Sperre in das folgende Script integrieren. Weis nicht mehr weiter.
Kann mir jemand helfen?
Hier das Script:
<?php
$subject = "Bestellung:";
mail($recipient,$subject,$Eingabe,"From: sms-service@o2online.de");
?>
Und hier das Formular:
<form action="LINK zum Script" method="POST">
<input type="hidden" name="recipient" value="Mailadresse">
<input type="textarea" name="Eingabe" wrap="physical" cols="60" rows="60" >
<input name="submit" type="submit" value="Abschicken">
</form>
Vielen Dank schonmal im Voraus
ich bin PHP-Neuling und am verzweifeln!
Ich möchte eine einfache IP-Sperre in das folgende Script integrieren. Weis nicht mehr weiter.
Kann mir jemand helfen?
Hier das Script:
<?php
$subject = "Bestellung:";
mail($recipient,$subject,$Eingabe,"From: sms-service@o2online.de");
?>
Und hier das Formular:
<form action="LINK zum Script" method="POST">
<input type="hidden" name="recipient" value="Mailadresse">
<input type="textarea" name="Eingabe" wrap="physical" cols="60" rows="60" >
<input name="submit" type="submit" value="Abschicken">
</form>
Vielen Dank schonmal im Voraus

Code: Alles auswählen
[list=][/list]