An Error :(

  • 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??

  • insert into TableName (ColList) VALUES (ValueList)

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply