Vjo7a Registered Member Joined Dec 30, 2010 Messages 68 Reaction score 13 Mar 18, 2013 #3 ACAB.1312 said: should be <form action ="post" method = ? > I guess Click to expand... Actually, the code for forms should be something like this: <form action="somescript.php" method="post"> For method you have two choices: post and get, the difference is how the information is passed from the form to the processing script.
ACAB.1312 said: should be <form action ="post" method = ? > I guess Click to expand... Actually, the code for forms should be something like this: <form action="somescript.php" method="post"> For method you have two choices: post and get, the difference is how the information is passed from the form to the processing script.