PHP Quiz Part-1 6:54 PM Devesh 0 PHP quiz for the PHP programmer. What does PHP stand for? Preprocessed Hypertext Page Hypertext Markup Language PHP: Hypertext Preprocessor Hypertext Transfer Protocol Which of the following is the way to create comments in PHP? // commented code to end of line /* commented code here */ # commented code to end of line all of the above A value that has no defined value is expressed in PHP with the following keyword: undef null None There is no such concept in PHP Which of the following is NOT a valid PHP comparison operator? != >= <=> <> Which of the following is used to declare a constant const constant define #pragma Which of the following is NOT a magic predefined constant? __LINE__ __FILE__ __DATE__ __CLASS__ PHP server scripts are surrounded by delimiters, which? ... <&>... How do you write "Hello World" in PHP Document.Write("Hello World"); echo "Hello World"; "Hello World"; none of the above All variables in PHP start with which symbol? ! * # $ What is the correct way to end a PHP statement? ; New line ! Check Your Progress. ~:Please post your comment if you like this post:~
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.