Question:<?php // Title: My first PHP script // Author: Jason Gilmore echo "This is a PHP "; # Title: My first PHP script # Author: Jason Gilmore echo "This is a PHP program."; ?> This code produces the following:
A This is a PHP This is a PHP program.
B This is a PHPThis is a PHP program.
C This is a PHP This is a PHP program.
D This is a PHP & PHP program.
+ AnswerA
+ Report