I want to check if a boolean is true or false from antoher phpscript. Like if I have a boolean like this in one php script:
$signedin = false;
then I want to check if it is false or true by another php script in another file. I hope someone can help me! :)
感谢!