View Single Post
Old 01-31-2008, 02:29 AM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default Everything by URL's or by separate .php files

I am wanting to know which would be a better way of handling things
URL vars, as say if you made a CMS, and you wanted to add news you'd have a URL as such:
http://www.example.com/admin/?act=addnews&id=1

Or shall I go with doing this:
http://www.example.com/admin/news.php?act=add
or
http://www.example.com/admin/news.php?act=del&id=1

:S??
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote