Display variables in the URL with PHP?

RichardC

New member
Ok so I have variable $dis and it is equal to 1. How can i display it in the URL such as....
http://www.website.com/index.php?dis=1 without the user doing anything? Then how can I call it and use it in my PHP script?
 
Back
Top