So here is the code that I'm trying to run. (Edited for obvious reasons
)
$tSQL->Insert($hostname, $username, $password,$db name);
$tSQL->Connect($db name);
and here is the error I am getting:
Fatal error: Call to a member function Insert() on a non-object in /edited/reg.php on line 89
Can anyone help me out here??