![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveErrors in php 5.0.4 Not in 4.3.10-16
From: Han Koster <han+at+kosterwieringa+dot+nl>
Date: Wed Nov 30 2005 - 09:52:24 CET
I use the following statements:
$var = "";
In php 4, when 'varname' was not defined, $var remained an empty string;
I solved these by including the function array_key_exist to check the
Thanx,
|