<?php
$test=mysql_connect("localhost","root","sqladmin");
if(!$test)
{
print "cant connect";
}
else
{
print "connected";
}
?>

test-db.php (last edited 2009-10-30 12:37:13 by 183-56-197)

Copyright 2008, SoftXS GmbH, Switzerland