I have a PHP script called customers.php that is passed a parameter via the URL, e.g.:
http://www.mysite,com/customers.php?employeeId=1
Inside my customers.php s
You can pass the value through Session
Like
In person_info.php, start the session and put all session value in the variable and unset the session.