Re: [PHP] Refresh (F5) adds another SQL record.

2005-05-18 Thread Mukasa Assey Alfred
r not (thus, "resent"). There are headers sent out that indicate this, and thus a function like refreshed() would be a shortcut to getting to know if it has. He doesn't ask to FORCE a refresh, or to even execute PHP in a browser (what? how did you get to this...??) Mukasa Assey A

Re: [PHP] Refresh (F5) adds another SQL record.

2005-05-18 Thread Mukasa Assey Alfred
On Tue, 17 May 2005, Robert Meyer wrote: As a last resort, I may have to do that, but that is by no means the preferred method. I want to keep database access to a minimum. I thought by this time this problem would have had a standard solution. It would be nice if PHP had a function like refresh

Re: [PHP] Refresh (F5) adds another SQL record.

2005-05-18 Thread Mukasa Assey Alfred
Force a reload of the document after step (4), you may use javascript to reload this document, ie... After step (4) add this line... print "document.location.href='';"; Assey. On Tue, 17 May 2005, Robert Meyer wrote: Hello, Scenario: 1) User is presented a blank form. 2) Us

Re: [PHP] ini_set doesn't work

2004-12-07 Thread Mukasa Assey Alfred
Try ini_set(memory_limit, "-1"); regards Assey On Wed, 8 Dec 2004, Joerg P wrote: > hello, > > what do I have to change in php.ini, to allow thr > ini_set("memory_limit",-1); > command? > > It doesn't work in my script... > > regards > Joerg > > -- > PHP General Mailing List (http://www.php.net/