Im including almost every page in page_protect(); . I have made an variable for the userid, $userid, with the user´s id. So it will be much easier for me to get the id than calling SESSION_id each time on every page.
How can i use a variable inside that function outside the function?
function page_protect()
{
global $id;
$id = 1234;
}
page_protect();
echo $id;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With