Using query strings to organise content
If you pay attention to URL’s you may notice those fancy URL’s that are structured like with parts like ?ID=1 in them. This can be achieved in a number of ways, however some methods are complex, and some are relatively easy. In actual fact there’s something in PHP called query strings and although it’s not the best way to do it, you can use query strings to generate special structures like ID numbers and such. In this tutorial you will be show a simple way of being able to do this.