It's possible to call a variable from another php page? thanks
yes
with session_start() maybe? 😃
You could put it in a session. Or write it to file. Or include it. Or put it in a database. Or a cookie...