HTML Form Handling in PHP
Learn how to use PHP to handle HTML forms.
StartKey Concepts
Review core concepts you need to learn to master this subject
Dynamic Webpages using PHP
Embedding PHP Code
$_REQUEST
Superglobal Variable
Action Form Attribute
$_POST
Superglobal Variable
$_GET
Superglobal Variable
echo
Shorthand Syntax
HTML Form Name Attribute
Dynamic Webpages using PHP
Dynamic Webpages using PHP
PHP is a server scripting language. This server side code can be used to fill out HTML templates in order to create a complete HTML document for a visitor. This finished document is called a dynamic webpage.
Dynamic PHP webpages can deliver a custom set of assets to each visitor, unlike static pages which deliver the same set of assets to everyone.
What you'll create
Portfolio projects that showcase your new skills
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory