I have two scripts that have been working together perfectly. However, one of the scripts broke and wasn't able to access my database. The author said it was because I didn't have mysqli on the server and was running PHP 5.2.5, so I had it installed.

Now I have noticed that the second script is no longer working.

The second script is a small amount of php that is calling on price tapestry on another domain, same server. The price tapestry is working fine on it's own domain.

Could it be that mysqli does not like calling info from a different account? Worked perfectly with mysql.