View Single Post
Old 01-31-2008, 02:51 AM   #2 (permalink)
sarmenhb
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
sarmenhb is on a distinguished road
Default

Quote:
Originally Posted by Orc View Post
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??
how about www.example.com/admin/news setup a rule in htaccess so the page can be found by search engines
__________________
no signature set
sarmenhb is offline  
Reply With Quote
The Following User Says Thank You to sarmenhb For This Useful Post:
Orc (01-31-2008)