Programming questions(mod6)


  1. Answer the following questions and post your answer in your blog:
    Question # 1
    PHP server scripts are surrounded by delimiters, which one?
    A: <?php…?>
    Question # 2
    How do you write “Hello World” in PHP
    A: echo “Hello World”;
    Question # 3 
    All variables in PHP start with which symbol?
    A: $
    Question # 4
    D. What is the correct way to end a PHP statement?
    A: ;

Leave a comment