Jump to content

Referencing Form name


stmosaic

Recommended Posts

I know this may be a newbie question, but it is something I've been unable to find an answer to. I have a form, name attribute is accom and I wish to reference that forn name in a script that does certain things depending on what the form name is.
[code]<form action="http://www.domain.com/forms/processor.php" method="POST" name="Accom">[/code]

Now, to refer to this particular form, is it: [code]$formname = $_POST['Accom'];[/code] ?

I would appreciate any enlightenment about this! [img src=\"style_emoticons/[#EMO_DIR#]/smile.gif\" style=\"vertical-align:middle\" emoid=\":smile:\" border=\"0\" alt=\"smile.gif\" /]
Link to comment
https://forums.phpfreaks.com/topic/12558-referencing-form-name/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.