PHP - Basics and Execution Model
What is the purpose of the
<?php ?> tags in a PHP file?<?php ?> tags in a PHP file?<?php ?> tags tell the server where PHP code begins and ends.echo, commenting uses // or /* */, and variables use $ sign, not tags.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions