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
time, use a session.

after the button on the preview page is clicked, submit to a save page,
where data will be entered into a db
but all values my be called from the session.

now would it be wise, faster and more safer to use a database or a file to
save the sessions ?




"Vins" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Session Data.
>
> What is the best.
> to save in database, or to save as file ???
>
> let me know.
>
> Cheerz
> Vins
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to