php-general Digest 26 Aug 2011 00:33:17 -0000 Issue 7455

2011-08-25 Thread php-general-digest-help
php-general Digest 26 Aug 2011 00:33:17 - Issue 7455 Topics (messages 314603 through 314612): Re: eaccelerator gone? 314603 by: Sharl.Jimh.Tsin Re: Dealing with multiple form submissions 314604 by: Mike Mackintosh 314605 by: Andreas 314606 by: John Black

Re: [PHP] Dealing with multiple form submissions

2011-08-25 Thread John Black
On 24.08.2011 21:38, Mike Mackintosh wrote: On Aug 24, 2011, at 11:52, John Blacks...@network-technologies.org wrote: On 08/24/2011 03:04 AM, Jason Pruim wrote: Wondering what everyone does to prevent multiple form submissions? My form is simply getting emailed to my email, and it redirects

Re: [PHP] eaccelerator gone?

2011-08-25 Thread Sharl.Jimh.Tsin
在 2011-08-24三的 16:31 +0100,Lester Caine写道: Anybody know what has happened to http://www.eaccelerator.net/ Just trying to sort out the 5.3.8 updates, and I found I cant see the eaccelerator site :( -- Lester Caine - G8HFL - Contact -

Re: [PHP] Dealing with multiple form submissions

2011-08-25 Thread Mike Mackintosh
On Aug 25, 2011, at 5:01, John Black s...@network-technologies.org wrote: On 24.08.2011 21:38, Mike Mackintosh wrote: On Aug 24, 2011, at 11:52, John Blacks...@network-technologies.org wrote: On 08/24/2011 03:04 AM, Jason Pruim wrote: Wondering what everyone does to prevent multiple form

Re: [PHP] Dealing with multiple form submissions

2011-08-25 Thread Andreas
Am 25.08.2011 11:01, schrieb John Black: True, a SESSION can be reset by closing the browser but I am not trying to deny a user from submitting different information again. I want to prevent them from submitting the same data again by accident (back button or refresh). what about storing

Re: [PHP] Dealing with multiple form submissions

2011-08-25 Thread John Black
On 25.08.2011 15:00, Andreas wrote: Am 25.08.2011 11:01, schrieb John Black: True, a SESSION can be reset by closing the browser but I am not trying to deny a user from submitting different information again. I want to prevent them from submitting the same data again by accident (back button or

Re: [PHP] Dealing with multiple form submissions

2011-08-25 Thread Ashley Sheridan
John Black s...@network-technologies.org wrote: On 25.08.2011 15:00, Andreas wrote: Am 25.08.2011 11:01, schrieb John Black: True, a SESSION can be reset by closing the browser but I am not trying to deny a user from submitting different information again. I want to prevent them from

[PHP] PHP within XML?

2011-08-25 Thread Ron Piggott
I am trying to figure out if it is possible to have PHP work within an XML document. The application is tracking RSS subscribers IP addresses within the database. I have wrote functions so the PHP code required is below is minimal, after the XML declaration line. Prior to posting this

Re: [PHP] Dealing with multiple form submissions

2011-08-25 Thread John Black
On 25.08.2011 15:48, Ashley Sheridan wrote: So its the same message except for the bits at the bottom that are different? Sounds like its not the same message then. Ash True, it is a message which has been intentionally modified to appear different even though 99.9% of the content is the

Re: [PHP] PHP within XML?

2011-08-25 Thread John Black
On 25.08.2011 16:06, Ron Piggott wrote: I am trying to figure out if it is possible to have PHP work within an XML document. Right now the PHP is displayed as a comment. Thoughts anyone? Ron How are you executing the XML file? By calling it with your browser? You may need to tell your

Re: [PHP] PHP within XML?

2011-08-25 Thread Ken Robinson
Quoting Ron Piggott ron.pigg...@actsministries.org: I am trying to figure out if it is possible to have PHP work within an XML document. The application is tracking RSS subscribers IP addresses within the database. I have wrote functions so the PHP code required is below is minimal,

[PHP] How to catch an irregular end of an application?

2011-08-25 Thread Andreas
Hi, what is the best practice to catch an irregular end of an application? The browser might crash or the user closes accidently the browser window decides to jump away to his favourite bloq without loging out of my application. Is there some way to let an javascript event trigger some ajax to

Re: [PHP] PhpMyAdmin in EasyPHP cannot run DROP DATABASE

2011-08-25 Thread Nam Gi VU
Hi Bastien, I've create new user but cannot find where to log out to change logged-in user. This is strange... On Thu, Aug 25, 2011 at 12:32 AM, Bastien Koert phps...@gmail.com wrote: On Wed, Aug 24, 2011 at 1:30 PM, Nam Gi VU nam.gi...@gmail.com wrote: Thanks Bastien for your suggestion.

Re: [PHP] PhpMyAdmin in EasyPHP cannot run DROP DATABASE

2011-08-25 Thread Bastien
On 2011-08-26, at 12:05 AM, Nam Gi VU nam.gi...@gmail.com wrote: Hi Bastien, I've create new user but cannot find where to log out to change logged-in user. This is strange... On Thu, Aug 25, 2011 at 12:32 AM, Bastien Koert phps...@gmail.com wrote: On Wed, Aug 24, 2011 at 1:30 PM, Nam

Re: [PHP] PhpMyAdmin in EasyPHP cannot run DROP DATABASE

2011-08-25 Thread Nam Gi VU
And in which section Bastien. Please be more specific. On Fri, Aug 26, 2011 at 11:14 AM, Bastien phps...@gmail.com wrote: On 2011-08-26, at 12:05 AM, Nam Gi VU nam.gi...@gmail.com wrote: Hi Bastien, I've create new user but cannot find where to log out to change logged-in user. This is

[PHP] Dreaded Premature end of script headers

2011-08-25 Thread tamouse mailing lists
I'm encountering this on a script, but I can't figure out where it's actually failing. How do I debug this problem??? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php