PHP Form: Instructor: Eng Abdilahi Mohamud Omar
PHP Form: Instructor: Eng Abdilahi Mohamud Omar
<html>
<body>
</body>
</html>
Welcome Abdialahi!
You are 28 years old.
When the user clicks the "Submit" button, the URL sent to the server could look
something like this:
The "welcome.php" file can now use the $_GET function to collect form data (the
names of the form fields will automatically be the keys in the $_GET array):
When the user clicks the "Submit" button, the URL will look like this:
The "welcome.php" file can now use the $_POST function to collect form data (the
names of the form fields will automatically be the keys in the $_POST array):