http://www.easternvirtualairways.com/You can see i have linked the login from front page to VMS, what code do i need to add register to the front page?I would like 2 text boxes like Crew Login saying First Name and Lastname then a Register button, the register button needs to link to the register page and auto fill in the 1st/2nd name that the new user adds from the front page then they can carry on with their registration.Also i would like to learn how to code PHP as im looking for a career change whats the best way and can you point me to some good books or tutorials?Thanks, Dave.
It’ll be easier to make a static link to the register page (index.php/register).Tutorials? http://www.sitepoint.com is good, zend.com has some good stuff as well.
Hi Dave!If you are looking for books, run to the bookstore and buy: “PHP5 and MySQL Bible” this is a good book both for beginners and expert… Also take a look at all website you can find if search for PHP. If you don’t know the basic in HTML start with that. Here is some links:http://www.w3.org/http://www.w3schools.com/http://www.php.net/
My favorites that I always use are the “Visual Quickstart Guides” on amazon. Those are excellent books, non-verbose and to-the-point.