[PHP] netscape 4.x problem

2002-06-23 Thread Thomas E. Ruth
Hi, I'm having trouble getting a script working right in netscape 4.x and was wondering if anybody knew a workaround, or fix. If I have a script called sendheader.php with the following: ? if (! isset($GLOBALS[sendheader])) { header(Location: http://blah.com/sendheader.php;);

[PHP] Memory usage with Apache

2002-01-23 Thread Thomas E. Ruth
Hello, I'm using PHP 4.0.4pl1 with Apache 1.3.14. I have a PHP script that accumulates data for insertion into a database. This script runs in peices and unset()'s variables that contain the data periodically in hopes of freeing memory for the next batch of records. Apparently it's not working