I just start learning PHP and to learn faster I start to make a simple CMS. I know somethings about PHP, but the problem I'm facing right now is this.
I learn how to get values from URL like:
post.php?id=54
I see a lot of websites with nice URLs
http://www.example.org/category/title-name-post
When I make a post I want to create nice pages and URLs like that.And one more thing how can I link the post to a category in MySQL .