Jump to content

new to php


shadowayex

Recommended Posts

  • Replies 53
  • Created
  • Last Reply

Any settings should be stored in a database. The details of what you put in the database, again, depend on your application. You can save whatever you want, you just need to design the database to hold it all. When someone logs in you store their user ID in the session and then you can use the user ID to look up settings or preferences on each page.

Link to comment
Share on other sites

  • 2 weeks later...

Ok, so I got most things going good now, but I've got another questions. How do you make it so someone can type in a text area and click a "Save" button and have it save to a file, and if that file doesn't exist, make it.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...