|
![]() |
Make sure the result files are correct and clear!
|
![]() |
query
, num_rows
, fetch_assoc
, and system
(but not all the keywords used) may be given.
Even if the keywords are provided, you still need to know where and how to put them.
DigiCertGlobalRootCA.crt.pem
.
$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 ); |
⇒
HTML and PHP (+ SQL) code⇒
results
⇒
HTML and PHP (+ SQL) code⇒
HTML and PHP (+ SQL) code
Recommendations
To prepare the exam: |
![]() |