Very urgently? than very urgently use $_SESSION
Store the value in a session like this
$_SESSION['whatever'] = $value_holder;
Note: Don’t forget to use
session_start()
at the very top of your
website, also you need to use conditions to increment decrement value
of that session
0
solved How to use variables of one php file in to an other [closed]