ummm im not sure i get what your saying...
im trying to aviod using index.php?id=1 etc...
like say someone enters the url http://example.com/articles/css/positioning
i want it to then then pass the infomation /css/positioning to the script
http://example.com/articles/index.php
into a string. i assumed that $_GET would be a way to get that infomation from the URL but i dono
is this what your talking about?