|
Make sure the result files are correct and clear!
|
$username = "your-id@undcsmysql"; $password = "your-pw"; $database = "your-db"; $host = "undcsmysql.mysql.database.azure.com"; $conn = new mysqli( $host, $username, $password, $database ); // Connect to the database. if ( $conn->connect_error ) die( 'Could not connect: ' . $conn->connect_error ); |
⇒
AJAX code⇒
AJAX code⇒
JavaScript/JSON/PHP code⇒
JavaScript/JSON/PHP code⇒
JavaScript code⇒
output⇒
JavaScript code⇒
Code⇒
output⇒
Code
†Note that one question, like an AJAX question, may include sub-questions from several topics such as HTML, DOM, JavaScript, PHP, MySQL, and XML.
Recommendations To prepare the exam: |