Podcast
Questions and Answers
What is the closing tag for PHP scripts?
What is the closing tag for PHP scripts?
?>
What is the opening tag for PHP scripts?
What is the opening tag for PHP scripts?
<?php
What is the purpose of the?> tag in PHP?
What is the purpose of the?> tag in PHP?
To close a PHP script
What do you need to add at the beginning of a PHP script?
What do you need to add at the beginning of a PHP script?
Signup and view all the answers
What is the correct syntax to start and end a PHP script?
What is the correct syntax to start and end a PHP script?
Signup and view all the answers