Downloading Publications from the ILM:
if (isSet($name) && ereg("[a-zA-Z]+", $name)
&& isSet($vorname) && ereg("[a-zA-Z]+", $vorname)
&& isSet($strasse) && ereg("[a-zA-Z]+", $strasse)
&& isSet($ort) && ereg("[a-zA-Z]+", $ort)
&& isSet($land) && ereg("[a-zA-Z]+", $land)) {
$fp = fopen("../Abfrage/daten.dat","a");
$date = Date("d.m.y H:i ");
fputs($fp,sprintf("%s ",$date));
$host = GetEnv("REMOTE_HOST");
fputs($fp,sprintf("\n\tHard tissue ablation paper (hard_tis.pdf) dowloaded by:\t%s",$host));
fputs($fp,sprintf("\n\tName:\t\t%s",$name));
fputs($fp,sprintf("\n\tVorname:\t%s",$vorname));
fputs($fp,sprintf("\n\tStrasse:\t%s",$strasse));
fputs($fp,sprintf("\n\tPLZ/Ort:\t%s ",$plz)); fputs($fp,sprintf("%s",$ort));
fputs($fp,sprintf("\n\tLand:\t%s",$land));
if (IsSet($email) && ereg("[a-zA-Z]+", $email)) { fputs($fp,sprintf("\n\tEMail:\t\t%s",$email)); }
fputs($fp,"\n\n");
fclose($fp);
>
Your data were saved now. For downloading the publication click here.
} else { >
Thank you for your interest in our publications.
Please complete our formular so we can send you our latest publications in the future.
Your data will only be used for this purpose and will not be given to other organisations.
We can only accept your data if the formular has been completed.
} >