Hello,
What I need is a registration/login PHP script that uses mySQL. I have already setup the mySQL database with required fields.
Database details:
Database: localhost
Database name: database1
Database password: password1
Table = users
Can someone just create me a simple register page with the following fields:
Email (database field=email), Password (database field=password), Verify Password, Company Name (database field=company_name), Phone (database field=phone), Fax (database field=fax), Address (database field=address).
All fields are required except fax
And a login page with the following fields:
Email, Password
After login, it should go into a protected page that you can only view if you have logged in.
I really really need this script fairly urgently, so thank you to anyone that can help me in this regard