hi all
i am reciving several $_POST variables from a form on an html page and i was curious if in my
if (isset($_POST['variablefromht ml']))
statement is using the id or the name of the radio button.
if the name value is used and i have 9 radio buttons int the same form how do i go about determining which value i am getting. cause the php script will redirect either delete entries from a mysql table or redirect me to a page.
i am reciving several $_POST variables from a form on an html page and i was curious if in my
if (isset($_POST['variablefromht ml']))
statement is using the id or the name of the radio button.
if the name value is used and i have 9 radio buttons int the same form how do i go about determining which value i am getting. cause the php script will redirect either delete entries from a mysql table or redirect me to a page.
Comment