classes:general:dbsamples:php_mysql
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
classes:general:dbsamples:php_mysql [2017/01/19 20:53] – localadmin | classes:general:dbsamples:php_mysql [2017/03/21 06:23] (current) – localadmin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== PHP example for MySQL database connection ====== | ====== PHP example for MySQL database connection ====== | ||
+ | |||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | < | ||
<?php | <?php | ||
Line 5: | Line 10: | ||
// Make a connection to the database | // Make a connection to the database | ||
// the values here MUST BE CHANGED to match the database and credentials you wish to use | // the values here MUST BE CHANGED to match the database and credentials you wish to use | ||
- | |||
$mysqli = new mysqli(" | $mysqli = new mysqli(" | ||
if ($mysqli-> | if ($mysqli-> | ||
Line 21: | Line 25: | ||
if !($result) | if !($result) | ||
{ | { | ||
- | echo "Query execution failed: (" . $mysqli-> | + | |
} | } | ||
Line 38: | Line 42: | ||
?> | ?> | ||
+ | </ | ||
+ | </ | ||
+ | </ |
classes/general/dbsamples/php_mysql.1484880814.txt.gz · Last modified: 2017/01/19 20:53 by localadmin