A) What Is PHP Stands For: 2) Personal Hypertext Preprocessor
A) What Is PHP Stands For: 2) Personal Hypertext Preprocessor
Display number from 100 to 200 which divisible by 4 Check on LOGIN user if username is Ali and password is 12345 Display numbers from 0 to 10 where number is odd To get current date using function date( )
2- Choose correct answer: a) What is php stands for 1) Personal home page 2) Personal hypertext preprocessor 3) Personal hypertext processor 4) Private home page b) What is correct way to end a php statement 1) . 2) ; 3) New line 4) </php> c) What value is printed for "a" below
<?php $a = 1; function Test() { echo "a = $a"; } Test(); ?>
1) 1 2) 2 3) 3 4) No value d) What function used to print statement in php 1) Printf( ) ; 2) Echo( ) ; 3) " " e) All variables in PHP start with which symbol? 1) ! 2) # 3) & 4) $