I need to build a website ASAP. I have LAMP up and running. I have the database set up. I need to create the interface.
The site must have:
User authentication - users will be stored in MySQL. Every page including the home page will require the user to be vaild
Forms - most of the pages will have input forms
Templates - I would like to keep the page design separate from the business logic; all of the pages on the site will have the same header and footer; the header will have the site menu
Any advice on the best scripts on Hotscripts for these items?
I have tried a few scripts but have not been able to integrate different applications. If there is a script or framework out there that has templates, forms and user auth built in, that would be the best.
Thanks in advance,
H