Posted by Michael Fesser on 09/06/07 17:10
..oO(eliran)
>I just wonder if in PHP there is some feature of internal database,
>ofcourse with lock features to get/set data something like:
>lock var1
>$GLOBALS("var1")=varValue1
>unlock var1
>and on next request I can use the varValue1 like:
>varValue1=$GLOBALS("var1")
>
>is it hard to get ?
>
>to use external files ,it's really not a resonable solution
Why not? You have to keep the data somewhere. A file is one way for
doing that. A database and shared memory (if available) are others.
Micha
Navigation:
[Reply to this message]
|