Is it good way to pass variable between pages using $_GET method with url:
and take
If you're just using variables in your PHP script, you don't really need to 'pass' them. You can create a variable globally and access it from another page.