Jump to content

[SOLVED] Mysql connect


blink359

Recommended Posts

Getting this error Fatal error: Call to undefined function mysql_connect() in C:\Conan-WoW Repack\Server\htdocs\register.php on line 104

<?php 
$dbhost = "localhost"; 
$dbuser = "root"; 
$dbpass = "ascent"; 
$dbname = "logon"; 


mysql_connect($dbhost, $dbuser, dbpass);
mysql_select_db($dbname);

There PhP didnt support Mysql

Link to comment
https://forums.phpfreaks.com/topic/155794-solved-mysql-connect/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.