altctrldel
Technical User
- Jul 26, 2003
- 30
well at the top there exists;
and then further down (in another function) I want to get the exact same data so I try to use the same codes again but it wont work. I try printing the variable but its empty.
Code:
$cookie_read = explode("|", base64_decode($user));
// define variables to hold cookie values.
$userid = $cookie_read[0];
and then further down (in another function) I want to get the exact same data so I try to use the same codes again but it wont work. I try printing the variable but its empty.