If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > passing variables

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-02-09, 03:23
bono56 bono56 is offline
Registered User
 
Join Date: May 2004
Posts: 133
passing variables

hi
I always use query string for passing variables like this:

www.mysite.com/?id=666

but recently i saw websites that pass variables through address like this:

www.mysite.com/666/

can anyone describe how's this?
__________________
Lyrics Database: www.shermani.com
Reply With Quote
  #2 (permalink)  
Old 12-02-09, 04:16
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
It's called URL re-writing.

This blog post seems like a good example: Tip/Trick: Url Rewriting with ASP.NET - ScottGu's Blog
__________________
George
Twitter | Blog
Reply With Quote
  #3 (permalink)  
Old 12-02-09, 04:16
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
And the microsoft bit on it: URL Rewriting in ASP.NET
__________________
George
Twitter | Blog
Reply With Quote
  #4 (permalink)  
Old 12-04-09, 04:58
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
Marissa, where did you copy-paste that from?
__________________
George
Twitter | Blog
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On