[PHP] Re: Installer for 5.3 on Windows ?

2011-08-24 Thread tkcusr
Nathan Nobbe wrote: I have found some .msi files on this page: http://windows.php.net/downloads/releases/archives/ still wondering why there is no link on the main download page.. Those are old. There hasn't been an installer since 5.3.6 I'm curious if it will ever be delivered.

[PHP] Using stand-alone PHP scripts with Drupal

2011-08-24 Thread Geoff Shang
Hi, I know this is probably more a Drupal question, but I'm guessing some here have probably had to deal with this. I've written some PHP code which works just fine on its own. Now someone wants to include it in their Drupal site, with the regular headers and footers for their site surround

Re: [PHP] Using stand-alone PHP scripts with Drupal

2011-08-24 Thread Florian Lemaitre
Le 24/08/2011 12:24, Geoff Shang a écrit : Hi, I know this is probably more a Drupal question, but I'm guessing some here have probably had to deal with this. I've written some PHP code which works just fine on its own. Now someone wants to include it in their Drupal site, with the regular

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

2011-08-24 Thread Bastien
On 2011-08-23, at 6:44 AM, Nam Gi VU wrote: > Hi every one, > When trying to run my database script with `drop database` command, the > server refuse and said as below screenshot. > What should I do to enable this command? > > Regards, > Nam > > > Check that you phpmyadmin user account h

[PHP] eaccelerator gone?

2011-08-24 Thread 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.uk/wiki/?page=contact L.S.Caine Electronic Services - http:/

Re: [PHP] Dealing with multiple form submissions

2011-08-24 Thread John Black
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 submitted... Would it be as simple as doing something with the cache control? Basically I'm trying

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

2011-08-24 Thread Nam Gi VU
Thanks Bastien for your suggestion. Though, I use the `root` account with `All privileges' but it still not allowing me to call `drop database'. What should I do next? On Wed, Aug 24, 2011 at 6:25 PM, Bastien wrote: > > On 2011-08-23, at 6:44 AM, Nam Gi VU wrote: > > > Hi every one, > > When tr

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

2011-08-24 Thread Bastien Koert
On Wed, Aug 24, 2011 at 1:30 PM, Nam Gi VU wrote: > Thanks Bastien for your suggestion. > Though, I use the `root` account with `All privileges' but it still not > allowing me to call `drop database'. > What should I do next? > > On Wed, Aug 24, 2011 at 6:25 PM, Bastien wrote: >> >> On 2011-08-23

Re: [PHP] Dealing with multiple form submissions

2011-08-24 Thread Mike Mackintosh
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 submitted... >> Would it be as simple as

Re: [PHP] Dealing with multiple form submissions

2011-08-24 Thread Ashley Sheridan
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 submitted

Re: [PHP] Dealing with multiple form submissions

2011-08-24 Thread tamouse mailing lists
On Wed, Aug 24, 2011 at 3:46 PM, Ashley Sheridan wrote: > I solved this issue with timestamps stored in the db with the submission. This seems like the one sure way to control it. Cookies can be denied, session can be reset, js methods can be noscripted, etc. -- PHP General Mailing List (http:/

Re: [PHP] Dealing with multiple form submissions

2011-08-24 Thread Chris Stinemetz
On Aug 24, 2011, at 3:46 PM, Ashley Sheridan wrote: > > > 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