Hello,
The cookie which phpBB puts on my computer looks like that: (after i did: print_r($_COOKIE) ):
I want to get the number '2' which is after \"userid\"
( 2 is my userid )
thanks =]
The cookie which phpBB puts on my computer looks like that: (after i did: print_r($_COOKIE) ):
| Code: |
| a:2:{s:11:"autologinid\";s:0:\"\";s:6:\"userid\";s:1:\"2\";} |
I want to get the number '2' which is after \"userid\"
( 2 is my userid )
thanks =]
