|
Posted by J.O. Aho on 10/11/05 11:53
Luka M. wrote:
>>> and I would prefer not to use external files.
>> Use cookie or session to store things that you need to have and don't add
> into
>> the form.
>>
>
> What is session, and how?
> And thanks, bro for helping me.
http://www.php.net/manual/en/ref.session.php
A visitor accessing your web site is assigned a unique id, the so-called
session id. This is either stored in a cookie on the user side or is
propagated in the URL.
> P.S. I consider cookie as 'external file'
As a php script don't have a magical over session memory, you will need to
store things somewhere, like cookies.
I'm not clear on what variables and which page you need to keep, you should
describe what you are trying to do more exactly.
//Aho
Navigation:
[Reply to this message]
|