[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

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 wrote: > > > On 2011-08-26, at 12:05 AM, Nam Gi VU 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,

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 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 wrote: > On Wed, Aug 24, 2011 at 1:30 PM, Nam Gi VU wrote: > > Thanks Basti

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 wrote: > On Wed, Aug 24, 2011 at 1:30 PM, Nam Gi VU wrote: > > Thanks Bastien for your suggestion. > > Though, I use the `root` account

[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 s

Re: [PHP] PHP within XML?

2011-08-25 Thread Ken Robinson
Quoting 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.

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 webserve

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 same

[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 quest

Re: [PHP] Dealing with multiple form submissions

2011-08-25 Thread Ashley Sheridan
John Black 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 submitting the same data

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 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 an

Re: [PHP] Dealing with multiple form submissions

2011-08-25 Thread Mike Mackintosh
On Aug 25, 2011, at 5:01, John Black wrote: > On 24.08.2011 21:38, Mike Mackintosh wrote: >> On Aug 24, 2011, at 11:52, John Black 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

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 - http://lsces.co.

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 Black 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 to a success page when submitt