#26236 [Com]: one timestamp/two times

2003-11-14 Thread Leblanc at phpzipscript dot org
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",

#26214 [Com]: Cannot copy() files to mapped drive

2003-11-14 Thread Leblanc at phpzipscript dot org
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

Bug #17122 Updated: Values set in _SESSION doesn't stick

2002-05-15 Thread Leblanc
ot;; $_SESSION["a"] = "b"; if(!isset($_SESSION["counter"])) $_SESSION["counter"] = 1; else $_SESSION["counter"]++; print "Count = ".$_SESSION["counter"]."\n"; print ""

Bug #17204 Updated: $_GET remain always empty, whatever can be the value of register_globals

2002-05-15 Thread Leblanc
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

Bug #17222 Updated: header("Location: ...") doesn't work properly

2002-05-15 Thread 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