Informatica
Which of these statements, related to server-side scripts, are true and which are false?
Server-side scripts require that their language’s interpreter is installed on the server.
The user’s browser executes the server-side script and then displays the HTML document.
Server-side scripts are executed by the Web server when the user requests a document.
SQL Injection is the insertion of malicious code in HTML forms that call the server-side script execution.
Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile). Vuoi saperne di più? Consulta il
Centro assistenza
Informatica
Which of the following predefined variables contains the name of the server host under which the current script is executing?
$_SERVER['SERVER_ADDR']
$_SERVER['SERVER_NAME']
$_SERVER['IP_ADDR']
$_SERVER['REMOTE_SERVER']
Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile). Vuoi saperne di più? Consulta il
Centro assistenza
Informatica
The correct syntax to perform a query in PDO extension is
$conn->query($sql, $result);
$conn->$sql = query($result);
$result = $conn->query($sql);
query($sql) = $conn->$result
Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile). Vuoi saperne di più? Consulta il
Centro assistenza