Script Description:PHP?dir was created to make urls like http://www.url.com/thispage.php?page=namepage or http://url.com/?page=namepagerrnrrnYou add possibilities in the url-array below in the form: "namepage" => "http://url.com/page.html" with a comma between the different naam => urls (see example)rrnrrnThis will give the page url.com/thispage.php?page=namepagerrnrrnIt also works when you use other variables in the url as url.com/thispage.php?page=index&test=525 . Then it adds the extra variable (test=525) also to the base url (http://url.com/test/page/ becomes http://url.com/test/page/?test=525)
Site Url: http://members.lycos.nl/phpmisty/phpdir/
