Guest bananaslicer Posted September 18, 2009 Report Share Posted September 18, 2009 How would I go upon creating a site thats basically a list, where you login on a page and you have a form to input info into a box, and once you submit it updates a list? Link to comment Share on other sites More sharing options...
jeffman Posted September 18, 2009 Report Share Posted September 18, 2009 You'll need access to a server-side scripting platform, like PHP or ASP, and access to a database, like MySql. If I understand your project, your database will need a login table that is separate from your content table.It is possible to manage logins and data storage with plain text files ("flat files"), but a database simplifies things. If it's all new to you, mastering file system commands is just as difficult/simple as learning SQL syntax. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now