![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: How do you test for blank form input?
From: black francis <cristian.melendez@gmail.com>
Date: Thu Aug 18 2005 - 05:29:02 CEST
try
if (trim($var) == "") //empty
|