PHP
Test su PHP valido per il CLIL
Sign in to Google to save your progress. Learn more
On  screen is printed "Ave Cesare, morituri te salutant". Which is the best script to do this?
PHP scripts are surrounded by delimiters, which?
Clear selection
The die() and exit() functions ...
Clear selection
How do you get information from a form that is submitted using the "get" method?
Which is not a valid super-global variable?
mysqli_real_escape_string is used for:
Clear selection
How do you write "Hello World" in PHP?
Clear selection
JSON is usefull to:
Clear selection
What is correct syntax of connecting to a MySql database
Clear selection
What is the correct way to create a function called "Main" in PHP?
Clear selection
AJAX is usable
Clear selection
Which of the following is true about _$_GET & $_POST methods
Clear selection
$var = 'false';                                                                                                                                                                       if ($var) {echo 'true';}                                                                                                                                                                                    else {echo 'false';}
Clear selection
What is a correct way to add a comment in PHP?
Clear selection
When using the POST method, variables are displayed in the URL
Clear selection
AJAX is
Clear selection
Cognome, nome, classe *
Function isset() is usefull
Clear selection
What is the correct way to include the file "config.php" ?
How do you create a cookie in PHP?
Clear selection
$a = array(    'a'=>2,    'pippo' => 'b',    'two' => 'c',    'd'=>23);
All variables in PHP start with which symbol?
Clear selection
The PHP syntax is most similar to:
Clear selection
What is the correct way to end a PHP line?
Clear selection
Sessions are usefull to:
Clear selection
Consider this code: <?php <html><body><h1>Hello World</h1></body></html> ?>. What is result?
Clear selection
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy