hi guys iam new to 'php', i just wanted to know how to make this url into seo friendly.
iam sending two values to post.php page
<a href='post.php?id=$pid&title=$title'>Read More....</a>
when i click on read more....
the url to post.php must look like this post/$title(title of that post)
current url looks like http://fotoshoots.be/blog/post.php?id=14&title=test
but i want the url like like http://fotoshoots.be/blog/post/test
plz help me