risinx wrote:
> I am having a problem connecting to database. I have some forms that
> are inserting into a table. I have cut and pasted these form into a
> sub-domain and now i can't get the form data to load into the table. I
> was wondering if this has anything to do with moving the forms to a
> sub-domain. 

20080920 0927 GMT-6

Its more likely a script issue. Im using my db connectivity script 
through sub domains with no problem.

You might just write a quick db check script

if connection = "connection is alive"
else = echo out the db error.

This would tell you if you cant connect, why.

Wade

Reply via email to