PHP is some retarded language made by Sir Higgenbothimz in 10, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000.1 BC. Just kidding! PHP is... NOT easy. You can make things like... PHP scripts, PHP scripts, and, last(first and second aswell) but not least, PHP scripts! A wide selection, eh?
Text and Variables.
Make a file, no two files, and name one form.php and one welcome.php.
DONE.
WELCOME.PHP Welcome, <?php echo $_GET["fname"]; ?>!<br>
Like, you are <?php echo $_GET["age"]; ?> years old! Now, geddoff my lawn!
DONE.
So, if I entered:
Name: Sevas34
Age: 10
Then, the welcome.php page would be shown:
Welcome, Sevas34!
Like, you are 10 years old! Now, geddoff my lawn!
1. $_GET and $_POST are not functions; they are superglobal variables
2. In a LAMP environment (the most common for PHP), filenames are case-sensitive, so this form will not work.
3. Both pages are incompletely, so they cannot be used by a beginner to learn.
Also, the introduction is not really appropriate for a blog under the category "Educational". Something more appropriate would be to say that the entire FaceBook website was made using PHP.