[PHP] Re: Hey PHP PPL - Great Question !!!

2002-04-29 Thread Michael Virnstein
if you need access to your session among different servers, it's the best way to store session data inside a database, so every server can access it easily. The file container is accessible only for local users on the server, at least when you set up normal server configuration and not some nasty

[PHP] Re: Hey PHP PPL - Great Question !!!

2002-04-28 Thread Michael Kimsal
Vins wrote: Session Data. What is the best. to save in database, or to save as file ??? let me know. Cheerz Vins Sorry Vins, It's not a great question. It's too dependant on what you need to do, what your development level is, and a host of other factors. Start with files and

[PHP] Re: Hey PHP PPL - Great Question !!!

2002-04-28 Thread Vins
For example: one form... - First name - last name - address - country - phone - email - mobile number After you click submit on the first page, it sends you to a preview data page where you can check all the data. instead of inserting tons of hidden input form fields and waist download