Click here to Skip to main content
16,006,768 members
Home / Discussions / Web Development
   

Web Development

 
QuestionSSL without Certificates in .NET Pin
Matthew Cain2-Nov-05 4:02
Matthew Cain2-Nov-05 4:02 
QuestionHow to Post Data to a different domain/url Pin
john_paul2-Nov-05 2:45
john_paul2-Nov-05 2:45 
QuestionCreating and adding toolbars to browsers Pin
K.P.Kannan2-Nov-05 0:55
K.P.Kannan2-Nov-05 0:55 
AnswerRe: Creating and adding toolbars to browsers Pin
enjoycrack2-Nov-05 6:47
enjoycrack2-Nov-05 6:47 
Questionweb page Pin
momoo1-Nov-05 19:47
momoo1-Nov-05 19:47 
AnswerRe: web page Pin
enjoycrack2-Nov-05 6:15
enjoycrack2-Nov-05 6:15 
QuestionPHP AND JavaScript Pin
progman1-Nov-05 16:41
progman1-Nov-05 16:41 
AnswerRe: PHP AND JavaScript Pin
Ghasrfakhri2-Nov-05 16:14
Ghasrfakhri2-Nov-05 16:14 
Hi You can Define your submit buttons as following

<input type=submit name=act value=do1><br />
<input type=submit name=act value=do2><br />
<input type=submit name=act value=do3>


then in your PHP code check like this

switch($act /* or $_REQUEST['act']*/)<br />
{<br />
case "do1":<br />
   //some code to handle first action<br />
   break;<br />
case "do2":<br />
   //some code to handle 2nd action<br />
   break;<br />
case "do3":<br />
   //some code to handle 3rd action<br />
}


depend on the submit button has been clicked, the value of act will change.

Iman Ghasrfakhri
GeneralRe: PHP AND JavaScript Pin
hiral_shah9-Mar-07 19:19
hiral_shah9-Mar-07 19:19 
QuestionPHP.....? Pin
daviiie1-Nov-05 3:48
daviiie1-Nov-05 3:48 
AnswerRe: PHP.....? Pin
Ghasrfakhri1-Nov-05 7:22
Ghasrfakhri1-Nov-05 7:22 
AnswerRe: PHP.....? Pin
alex.barylski1-Nov-05 13:59
alex.barylski1-Nov-05 13:59 
AnswerRe: PHP.....? Pin
hiral_shah9-Mar-07 19:38
hiral_shah9-Mar-07 19:38 
QuestionImport Contacs from third party web sites like Ringo Pin
Ghasrfakhri1-Nov-05 2:44
Ghasrfakhri1-Nov-05 2:44 
QuestionProblem with AJAX and Mozilla Firefox browser Pin
Mahmoud Tahoon1-Nov-05 2:31
Mahmoud Tahoon1-Nov-05 2:31 
GeneralRe: Problem with AJAX and Mozilla Firefox browser Pin
Shog91-Nov-05 8:44
sitebuilderShog91-Nov-05 8:44 
QuestionUsing a COM object from a .NET web service Pin
DavidWilson19741-Nov-05 0:42
DavidWilson19741-Nov-05 0:42 
AnswerRe: Using a COM object from a .NET web service Pin
Leather992-Nov-05 3:44
Leather992-Nov-05 3:44 
QuestionDownloading multiple files using html Pin
trajax31-Oct-05 12:57
trajax31-Oct-05 12:57 
AnswerRe: Downloading multiple files using html Pin
Curtis Schlak.22-Nov-05 15:26
Curtis Schlak.22-Nov-05 15:26 
QuestionWeb Service Question Pin
maxiachun31-Oct-05 12:19
maxiachun31-Oct-05 12:19 
AnswerRe: Web Service Question Pin
enjoycrack31-Oct-05 14:26
enjoycrack31-Oct-05 14:26 
QuestionLiteral Size Limit? Pin
HurricaneFlossie31-Oct-05 11:17
HurricaneFlossie31-Oct-05 11:17 
QuestionAdding columns from different tables Pin
gmag4731-Oct-05 8:30
gmag4731-Oct-05 8:30 
Questionstyle sheet question Pin
matthias s.31-Oct-05 4:09
matthias s.31-Oct-05 4:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.