Re: FORMS PHP

This is a discussion on Re: FORMS PHP within the alt.comp.lang.php forums, part of the PHP Programming Forums category; > I do have a simple form with sumbit button and action form is php script. > This script simply ...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-18-2003
Sarenka
 
Posts: n/a
Default Re: FORMS PHP

> I do have a simple form with sumbit button and action form is php script.
> This script simply adds the customer to the mysql database.
>
> But, what if I would like to add another button to delete the customer.
> How can I handle running to scripts on one form using two seperate

buttons.

In form:
<INPUT TYPE="SUBMIT" NAME="work" VALUE="Add">

<INPUT TYPE="SUBMIT" NAME="work" VALUE="Delete">



In script:

if ($work == 'Add'') {

add to base


}



if ($work == 'Delete'') {

delete from base


}



This works in my scripts :) Ofcourse use $_POST['work'] or $_GET['work']
instead of $work.
--
Sarenka (ale facet)
http://smiesznostki.prv.pl

To live for perfect 10 minutes...

Reply With Quote
  #2 (permalink)  
Old 07-19-2003
Bartosz Wegrzyn
 
Posts: n/a
Default Re: FORMS PHP

thanks a lot
it helped

"Sarenka" <sarenka@bez.spamu.bo.nie.lubie.interia.pl> wrote in message
news:bf9qfe$n9h$1@korweta.task.gda.pl...
> > I do have a simple form with sumbit button and action form is php

script.
> > This script simply adds the customer to the mysql database.
> >
> > But, what if I would like to add another button to delete the customer.
> > How can I handle running to scripts on one form using two seperate

> buttons.
>
> In form:
> <INPUT TYPE="SUBMIT" NAME="work" VALUE="Add">
>
> <INPUT TYPE="SUBMIT" NAME="work" VALUE="Delete">
>
>
>
> In script:
>
> if ($work == 'Add'') {
>
> add to base
>
>
> }
>
>
>
> if ($work == 'Delete'') {
>
> delete from base
>
>
> }
>
>
>
> This works in my scripts :) Ofcourse use $_POST['work'] or $_GET['work']
> instead of $work.
> --
> Sarenka (ale facet)
> http://smiesznostki.prv.pl
>
> To live for perfect 10 minutes...
>



Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:02 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0