Forms and User Input continued
The sample page in the previous post contains two input fields that are name and age, when the user inputs the data and clicks on the submit button, the form’s data is sent to the file “welcome.php” file. The resulting php file would look something like this: Welcome . You are years old The output [...]
Filed under: Basic Programming, Sample Code by Celine
No Comments »