< ?= ?>
[without the space between the less than and the question mark]
is a short-hand for echo ""; in php
$fullName = $_REQUEST['first_name'];
echo "Hello," . " . firstName;
$_REQUEST handles both GET and POST methods
. is the equivalent of adding two text elements together.
php.net The official PHP site.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment