Aug 22, 2024
<?php
and ?>
tags.echo
to display messages.<?php echo "I like pizza"; ?>
$
sign.$name = "Your Name";
++
to increment, --
to decrement.++$counter;
$_GET
and $_POST
to retrieve form data.$_GET
, $_POST
, $_SESSION
, $_COOKIE
, $_SERVER
.setcookie()
.session_start()
.