Re: [PHP] Re: PHP delete confirmation

2011-04-29 Thread Ashley Sheridan
"Jim Lucas" wrote: >On 4/29/2011 12:06 AM, Geoff Lane wrote: >> On Friday, April 29, 2011, ad...@buskirkgraphics.com wrote: >> >>> Personally I would use the javascript page navigation is senseless >if they >>> miss click. >> >>> Javascript: Small and simple javascript. >> >>> onclick="return con

Re: [PHP] Re: PHP delete confirmation

2011-04-29 Thread Jim Lucas
On 4/29/2011 12:06 AM, Geoff Lane wrote: > On Friday, April 29, 2011, ad...@buskirkgraphics.com wrote: > >> Personally I would use the javascript page navigation is senseless if they >> miss click. > >> Javascript: Small and simple javascript. > >> onclick="return confirm('Are you sure you want

[PHP] Re: PHP delete confirmation

2011-04-29 Thread Geoff Lane
On Friday, April 29, 2011, ad...@buskirkgraphics.com wrote: > Personally I would use the javascript page navigation is senseless if they > miss click. > Javascript: Small and simple javascript. > onclick="return confirm('Are you sure you want to delete?')" Personally, I'd use Javascript and al

Re: [PHP] PHP delete confirmation

2011-04-28 Thread Sharl.Jimh.Tsin
'Are you sure you want to delete?')" > > > > Richard L. Buskirk > > > -Original Message- > From: Chris Stinemetz [mailto:chrisstinem...@gmail.com] > Sent: Friday, April 29, 2011 12:33 AM > To: php-general@lists.php.net > Subject: [PHP] PHP delete confirmation &

RE: [PHP] PHP delete confirmation

2011-04-28 Thread admin
to delete?')" Richard L. Buskirk -Original Message- From: Chris Stinemetz [mailto:chrisstinem...@gmail.com] Sent: Friday, April 29, 2011 12:33 AM To: php-general@lists.php.net Subject: [PHP] PHP delete confirmation I have been trying to figure out how to add delete confirm

[PHP] PHP delete confirmation

2011-04-28 Thread Chris Stinemetz
I have been trying to figure out how to add delete confirmation for the bellow snippet of code. I would prefer not to use javascript. Can anyone offer any advise on how to right the delete confirmation in PHP? Thank you in advance. P.S. I apologize for the indention. For some reason gmail messes

RE: [PHP] Delete Confirmation

2002-03-19 Thread Daniel Negron/KBE
script deletes the user. Jason -Original Message- From: Daniel Negron/KBE [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 2:49 PM To: SHEETS,JASON (Non-HP-Boise,ex1) Subject: RE: [PHP] Delete Confirmation Actually I can delete items fine, but I am trying to get an input box to pop up and

[PHP] Delete Confirmation

2002-03-19 Thread Daniel Negron/KBE
Does anyone have examples of record deletions from php to mysql? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php