I get an error at runtime php, which, in my opinion, is associated with a newer version of php 5.5.
Obsolete: mysql_pconnect(): mysql extension is out of date and will be removed in the future: instead use mysqli or PDO in /public_html/mydomain.com/connx.php line 7
April 3, 2014
check
The internal code looks like this
http://justpaste.it/eyk2
So I thought that changing mysqlto mysqlimight solve the problem:
$conn = mysqli_pconnect($hostname_conn, $username_conn, $password_conn) or trigger_error("Server Down");
And instead, I get this error ... so I think that was the wrong way to do it :)
Fatal error: calling an undefined function mysqli_pconnect()
Anyway, can I solve this problem? The code was built a long time ago, and now I can not contact it: x
** **
mysqli_connect, php... ... , ?
mysql_select_db($database_conn);
mysql_query("SET NAMES UTF8");