hi ! how to short url with php ? i write this code for view article :
PHP Code:
$Func->compile_url(array('madules' => MOD_ARTICLE, 'category' => $code_path, 'article' => $article_data[$i]['article_id']))
with this method ! my url is :
http://mydomain/?madules=xxx&category=xxx&article=xxx
this url is long ! how to short this url to http://mydomain/?article=xxx
how to ?! thanks ! regards . ( sorry for bad english )