phpbar.de logo

Mailinglisten-Archive

[php] Formular Variablen Pruefen

[php] Formular Variablen Pruefen

Bilgeri, Yves php_(at)_phpcenter.de
Thu, 10 Oct 2002 13:13:35 +0100


Hallo alle,

untenstehender code funktioniert nicht wenn ich die
trim Funktion innerhalb der empty Funktion ausführe.

Ist dies so nicht möglich?

	if(isset($_POST['f_date']) && !empty(trim($_POST['f_date']))) {
	    $date = $_POST['f_date'];
	} else {
		$date = date("d.m.Y");
	}


Eigentlich geht es mir darum: alle Formular Variablen auf
isset und ob sie etwas enthalten zu testen. Wie macht ihr
so was?

Gruss aus Zürich,
Yves Bilgeri


----------------------------------------------------------------------
If you have received this e-mail in error or wish to read our e-mail
disclaimer statement and monitoring policy, please refer to
http://www.drkw.com/disc/email/ or contact the sender.
----------------------------------------------------------------------


php::bar PHP Wiki   -   Listenarchive