Hi there - Ok... here's what I would like to do. I would like a simple form where the customer enters 4/5 pieces of information and is then stored in a database. The second thing I would like to do is... create a page where the customer enters their e-mail and password. If they are both correct... then I would like them to be taken to a page. If it is wrong, then I would like them to be informed and asked to re-enter their details. Can anyone help? I am willing to pay
I am not offering my services, as I do not have time. However, you may get bettr responses if you provide more information. Is this for an existing site or a totally new site? If it is for a new site, is there already a host for it? What programming/scripting language/framework would it need to be in: PHP, ASP, ASP.Net, etc... (this will depend on where it is being hosted)? What database software would it use: MySQL, MS-SQL, etc... (also dependant on host)?
Hi - it is for an existing site. So far... I have created a form in PHP which allow customers information to be stored in a database (My SQL) So... all I need now is a page where the customer enters their username and password to access another page. Any ideas?
Hi - Ok... so I have created the login.php page now which then takes them to members.php. How do I enter .HTML into the members.PHP file?
Hi - Basically I have a .php file show below: And as far as I'm aware that should display "Hi" once the member logs in, but all I get it a blank screen.... any ideas?