i have one blog where users come and post their views. i store all information in mysql Data Base, when i use following syntax to retrieve information Datasbe using PHP
viewpost.php?pid=12
but after Google many tips for SEO, i found that this syntax is not good, i need to change it to some other way which is readable to search engine.
exactly like stackoverflow.com does. like every question have its url like
http://stackoverflow.com/questions/1696938/c-objects-by-ref
i search all day but did't get any idea how can i do something like this in PHP & MYSQL
Hope i will get good help.
Thanks