I want to ask a question.
Can I use if condition in form's action element. For. example, based on that that form different script may be selected or called.
for e.g.
[code=php]
<html>
<body>
<form method ="post" action=<?if $_POST[$code] =CS) ?> "Registration1. php"
<?if $_POST[$code] =CE) ?> "Registration2. php"
<?if $_POST[$code]...
User Profile
Collapse
-
Condition in Action within Forms
-
How to Use variable of One form into other form
I have two forms.
I m working at a Grade System.
First form have drop down list of courses which selects coursecode from a table courses. and when pressing submit button. It calls "gradecs.ph p" Which is called by action="gradecs .php". But in gradecs.php I want to use the variable coursecode which is selected in previous form. Although I used the following
variable to store the value of selected...
No activity results to display
Show More