[Typo3] Storing data
Nick Sutterer
nick at tesbo.com
Thu Jul 7 19:11:46 CEST 2005
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
More information about the TYPO3-english
mailing list