|
|
Make sure the result files are correct and clear!
|
|
$host = "undcemmysql.mysql.database.azure.com"; $username = "your-id"; $password = "your-password"; $database = "your-db"; $conn = mysqli_init( ); mysqli_ssl_set( $conn, NULL, NULL, "DigiCertGlobalRootCA.crt.pem", NULL, NULL ); mysqli_real_connect( $conn, $host, $username, $password, $database, 3306 ); if ( $conn->connect_errno ) die( 'Failed to connect to MySQL: ' . $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: |
|