User Profile

Collapse

Profile Sidebar

Collapse
vinodkumar1971
vinodkumar1971
Last Activity: Nov 2 '07, 05:30 AM
Joined: Nov 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vinodkumar1971
    started a topic Condition in Action within Forms
    in PHP

    Condition in Action within Forms

    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]...
    See more | Go to post
    Last edited by ak1dnar; Nov 2 '07, 05:35 AM. Reason: Moved from Articles; Added code tags

  • 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...
    See more | Go to post
No activity results to display
Show More
Working...