Jump to content

Recommended Posts

Posted

I have posted most of this issue in the PHP forum if you want to reference it: http://www.killersites.com/forums/topic/904/omg-some-one-help/

 

I am trying to create a simple Registration form and connecting to a MySql database at 1and1.com. I only have 1 table created in the database which stores,

 

-First Name

-Last Name

-Email

-Password

 

But instead of it working, it displays "incorrect table name" after you submit. I am confused because there is only one table, and while using the "insert record" server behavoir, it shows that correct table that i want to use...

 

If you want to see what I mean, check out http://www.polarisipm.com/register.php

Posted

Fixed it. I feel like an idiot, but I realized that the table i was connecting to was labeled "member listing" when it should of been "memberlisting" (no space!) Once I renamed the table all is well!.

 

Now I just have to figure out how to make a "Change Password" Form

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...