Hi,
I want to use session variables, without using a database. cookies are ok.
How do I do this ?
Thanks in advance
Philippe
Session variables have nothing to do with a database. They are (by default) stored in temporary files.
http://www.php.net/manual/en/ref.session.php
That is default PHP, read the manual: http://www.php.net/manual/en/ref.session.php
and read this: http://www.hvt-automation.nl/yapf/index.php?cmd=viewitem&itemid=33
Thanks,
Exactely what I needed.