ID: 26236
Comment by: Leblanc at phpzipscript dot org
Reported By: rm at duxx dot nl
Status: Open
Bug Type: MySQL related
Operating System: Winnt4
PHP Version: 4.3.4
New Comment:
You mistake is here :
echo date("m.d.Y-h:m:s",
ID: 26214
Comment by: Leblanc at phpzipscript dot org
Reported By: james dot grey at bt dot com
Status: Open
Bug Type: Network related
Operating System: W2K
PHP Version: 4.3.3
New Comment:
Do not forget that the default SYSTEM User under
ot;;
$_SESSION["a"] = "b";
if(!isset($_SESSION["counter"]))
$_SESSION["counter"] = 1;
else
$_SESSION["counter"]++;
print "Count = ".$_SESSION["counter"]."\n";
print ""
ID: 17204
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Scripting Engine problem
Operating System: NT
PHP Version: 4.2.0
New Comment:
what about :
echo (count($_POST)."");
??
/Leblanc
as a module.
(Just copied/pasted the stuff)
/Leblanc
Previous Comments:
[2002-05-14 18:18:23] [EMAIL PROTECTED]
The script:
header("Location: http://www.yahoo.com/";);
This wouldn't work at all