connection external database
-
How do connect to the database because of MySQL extension not available in the latest PHP version using WordPress.
current WordPress using
function create_js_html_page() {
$result = mysql_query(“SELECT DATABASE()”) or die(mysql_error());
$dbselect = mysql_result($r,0);
echo $dbselect;}
anybody know how to replace mysql_query to other code because i’m try using mysqli not working. i just want call database name.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘connection external database’ is closed to new replies.