![]() |
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: BKDotCom <bkfake-google@yahoo.com>
Date: Thu Aug 18 2005 - 18:03:58 CEST
if ( !isset($_GET['whatever']) || ( empty($_GET['whatever']) &&
|