I was wondering how I could get a HTML/PHP file to read the URL,
What I mean is, Let's say I had a Search function in (index.php) that had a button saying Show Bans which opened a New Windows but when clicking Show Bans it sent a link to 'banaccount.php?id=(idhere) how can I get the PHP file (Banaccount.php) to recognise the ID and have it as a PHP function ($id = (idhere) );?