I'm currently working on a paging script i got from online, everything works good and all so i wanted to make it into a pretty link for example
Before
http://www.mysite.com/index.php?page=2
After(w/ pretty links)
http://www.mysite.com/page/2/
I have already corrected the .htaccess to work with the link so its good to go, only thing i need help in is taking the Before link and convert it pretty link format, i know it can be done using pregreplace but i'm still new to this so still confused as to how to do this (and yes i google'd), just need a
Thanx in advance to any/and everyone
Before
http://www.mysite.com/index.php?page=2
After(w/ pretty links)
http://www.mysite.com/page/2/
I have already corrected the .htaccess to work with the link so its good to go, only thing i need help in is taking the Before link and convert it pretty link format, i know it can be done using pregreplace but i'm still new to this so still confused as to how to do this (and yes i google'd), just need a
PHP:
function blah($rawlink) {
//code to convert and return into pretty link.
}
Thanx in advance to any/and everyone
Last edited: