I'm really sorry if i'm annoying you guys but this is my final question in regards to .htaccess tricks
I need wordpress style, 'pretty permalinks'
But It's too confusing for me.
I need, this url http://test.com/?page=test&ID=1
to be http://test.com/test/NAMEFROMDATABASE
How? I know how to get ID=1
by using $_GET['ID']
, but how do I put a value from the database in the url, and read it?