[Typo3] Storing data
Bart Veldhuizen
bart at vrotvrot.com
Thu Jul 7 20:13:49 CEST 2005
Hi Ries,
you can either look into PHP caching functions such as those in PEAR,
or cook up something for yourself for example by serialising large
data-structures and storing them on disc or in a database.
Cheers,
Bart
Op 7-jul-2005, om 12:20 heeft Ries van Twisk het volgende geschreven:
> Nick,
>
> i was more interested in storing the variables into a table or
> something like that, not session, cookie etc related.
>
> Ries
>
>
>> hi ries!
>>
>>
>>
>>> is there a way in php to store variable for later reference or
>>> just the
>>> remember items in PHP?
>>> I am looking for some general way if doing this, not depending on
>>> users,
>>> cookies etc...
>>>
>>>
>>>
>> have a look at the php session_* functions, you can simply start a
>> session in your script with session_start() and then register
>> variables. read the manual at http://de.php.net/manual/en/
>> ref.session.php - it's very easy.
>>
>> cheers,
>>
>>
>> nick
>> _______________________________________________
>> Typo3-english mailing list
>> Typo3-english at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>
>>
>
>
> --
> R. van Twisk
> http://www.metamorf.net
>
> Our Typo3 enabled website: http://www.livetravelguides.com
> Instand help for Typo3? irc:/irc.freenode.net/typo3
> Looking for documentation? http://typo3.org/documentation/
>
>
> _______________________________________________
> Typo3-english mailing list
> Typo3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
More information about the TYPO3-english
mailing list