Welcome Guest, Not a member yet? Register   Sign In
Database Error
#4

[eluser]pistolPete[/eluser]
Does the native php connection work?
Code:
<?php
$link = mysql_connect('localhost', 'root', 'root');
if (!$link)
{
    echo('Could not connect: ' . mysql_error());
}
else
{
     echo 'Connected successfully';
     mysql_close($link);
}


Messages In This Thread
Database Error - by El Forum - 10-04-2009, 10:37 AM
Database Error - by El Forum - 10-04-2009, 10:49 AM
Database Error - by El Forum - 10-04-2009, 10:55 AM
Database Error - by El Forum - 10-04-2009, 11:04 AM
Database Error - by El Forum - 10-04-2009, 11:10 AM
Database Error - by El Forum - 10-04-2009, 11:14 AM
Database Error - by El Forum - 10-04-2009, 01:14 PM
Database Error - by El Forum - 10-04-2009, 02:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB