Click here to get back home

is it possible to submit to a specific function inside another file

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
is it possible to submit to a specific function inside another file charlie fortune 03-16-2005
Get Chitika Premium
Posted by charlie fortune on March 16, 2005, 4:17 am
Please log in for more thread options


I want to use a form with several different possibilities of posting
to a single PHP program. Is there a way of telling the action not just
the name of the file, but which function to call with the information
?


Posted by Chris Morris on March 16, 2005, 1:01 pm
Please log in for more thread options


google@charliefortune.com (charlie fortune) writes:
> I want to use a form with several different possibilities of posting
> to a single PHP program. Is there a way of telling the action not just
> the name of the file, but which function to call with the information

<form action="script.php" method="post">
.....
<input type='submit' name='action1' value="Do Action 1">
<input type='submit' name='action2' value="Do Action 2">
<input type='submit' name='action3' value="Do Action 3">
.....
</form>

or

<form action="script.php" method="post">
.....
<input type='submit' name='action' value="Do Action 1">
<input type='submit' name='action' value="Do Action 2">
<input type='submit' name='action' value="Do Action 3">
.....
</form>

Use either the name or the value (or both) of the submit variable to
work out what to do in the script.

--
Chris


Similar ThreadsPosted
Resource to search HTML code for links to a specific file November 18, 2005, 1:13 pm
Link inside the ZIP file ? December 24, 2006, 4:07 am
How can I over-ride external CSS inside HTML file? July 11, 2004, 5:55 pm
& in one action? April 4, 2005, 6:34 am
User stylesheets for specific sites December 21, 2005, 8:33 am
Links to files in a specific folder July 31, 2006, 12:20 pm
Your thoughts on Context Specific Wikis? September 13, 2006, 8:36 pm
A Browser Specific Problems text does not appear in IE 7 May 31, 2008, 5:16 pm
I want to open a page and search for a specific string. Can I do that? July 20, 2006, 10:00 am
can a textarea on a form be used to cast text to a specific charset like UTF-16? August 11, 2004, 9:38 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap