Boards.ie uses cookies. By continuing to browse this site you are agreeing to our use of cookies. Click here to find out more x
Post Reply  
 
 
Thread Tools Search this Thread
05-01-2010, 17:08   #61
gahim
Registered User
 
Join Date: Dec 2009
Posts: 112
Overview

Hi,
I have attached how to signup form works (or how it's suppost to work )
Attached Images
File Type: jpg gahim signup process.jpg (49.7 KB, 12 views)
gahim is offline  
Advertisement
05-01-2010, 17:29   #62
HandWS LTD
Registered User
 
Join Date: Aug 2009
Location: Ireland, Europe
Posts: 262
It is my guess that this whole thread was based on getting the POST variables from the home page login ... straight into the sign up page so users don't have to edit them again. This has confused most people.

First of all.....you don't have a registration button on your home page. Only a sign in button (called continue) for users who have already signed up. I understand that you are trying to send the information from the home page to the sign up page. Its best not to do that. Just add a register button below it. So if you are going to do this, the next para is what needs to be done.

Within that image, POST should not be used in between the login and the sign up page (you only want your registered users to sign in straight away), sign up page is only for users who have not yet registered with you. POST should only be used in the sign up page and after it to collect that information (and storing this information in the database will also be on the same page too).

Do you understand this?

Last edited by HandWS LTD; 05-01-2010 at 17:33.
HandWS LTD is offline  
05-01-2010, 17:36   #63
gahim
Registered User
 
Join Date: Dec 2009
Posts: 112
Form

The big continue button is for people signing up email and password then continue...

The login form is at the top...

beta.gahim.com
gahim is offline  
05-01-2010, 17:42   #64
HandWS LTD
Registered User
 
Join Date: Aug 2009
Location: Ireland, Europe
Posts: 262
Oh....right. Users will get confused as they will think "i don't have a password with them so where do i sign up?". Sign up is nowhere to be seen. Maybe get rid of the email and password fields altogether and just have the continue button or something that'll go straight to the sign up page. Make it more user friendly.
HandWS LTD is offline  
05-01-2010, 17:46   #65
gahim
Registered User
 
Join Date: Dec 2009
Posts: 112
Reply

Ok, thanks for your advice, do you know how I can make the signup form (beta.gahim.com/start/index.php) send the information to my gahimcom_members database?

When I look on Google everything confuses me
gahim is offline  
Advertisement
05-01-2010, 17:59   #66
HandWS LTD
Registered User
 
Join Date: Aug 2009
Location: Ireland, Europe
Posts: 262
... sounds like you are new to web development. You can only learn by doing the work yourself.

First of all, you will need to add the php code to POST all the information on your register.php file you have now. Have you created tables for your database? You have already created the DB name.

This is a simple tutorial that should be helpful. http://php.about.com/od/finishedphp1...login_code.htm

You will need to add the rest of the fields in your start/index.php to the database and the codes in the tutorial above.
HandWS LTD is offline  
05-01-2010, 18:07   #67
gahim
Registered User
 
Join Date: Dec 2009
Posts: 112
Database

I have added the tables, I have attached a screenshot

How do I link the registration form to my database I have already created the login form and you can see all the codes in one of my previous posts.
Attached Images
File Type: jpg database fields update.JPG (117.0 KB, 9 views)
gahim is offline  
05-01-2010, 18:14   #68
gahim
Registered User
 
Join Date: Dec 2009
Posts: 112
I have done all the instructions on this page http://www.howtodothings.com/compute...r-your-website in addition added fields in the database... Now I need to know how to do a registration form...
gahim is offline  
05-01-2010, 18:16   #69
TouchingVirus
Moderator
 
TouchingVirus's Avatar
 
Join Date: Feb 2002
Location: Top of the shop
Posts: 6,777
Send a message via ICQ to TouchingVirus
Quote:
Originally Posted by gahim View Post
I have done all the instructions on this page http://www.howtodothings.com/compute...r-your-website in addition added fields in the database... Now I need to know how to do a registration form...
Find yourself another tutorial. Again, you're just not listening. This isn't a place you come, ask a question, we make all the effort and you sit back & relax.

Make an attempt
TouchingVirus is offline  
Post Reply

Quick Reply
Message:
Remove Text Formatting
Bold
Italic
Underline

Insert Image
Wrap [QUOTE] tags around selected text
 
Decrease Size
Increase Size
Please sign up or log in to join the discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search