Paramaters in the URL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Andrex
    New Member
    • Feb 2008
    • 1

    Paramaters in the URL

    Most sites worth their salt nowadays pass parameters in the url, for example this one right now:
    http://www.thescripts. com/forum/newthread.php?do=newthread&f =128
    I was just wondering what sort of code could be writen to accept and use such parameters, thanks for your time.
  • code green
    Recognized Expert Top Contributor
    • Mar 2007
    • 1726

    #2
    Use php $_GET[] to read URL variables

    Comment

    • ronverdonk
      Recognized Expert Specialist
      • Jul 2006
      • 4259

      #3
      Originally posted by Andrex
      Most sites worth their salt nowadays pass parameters in the url, for example this one right now:
      http://www.thescripts. com/forum/newthread.php?do=newthread&f =128
      I was just wondering what sort of code could be writen to accept and use such parameters, thanks for your time.
      Look at the following thread for an example.
      SAMPLE

      Ronald

      Comment

      Working...