Looking For a Script or help

Discussion in 'PHP' started by Gamer316, Jan 5, 2011.

  1. #1
    I need a script that does the following:

    1. Display the same content but changes it based off of the agent.

    For example

    If i went to www.test.com/info/tim It would display the content for that user, if I went to www.test.com/info/adam it has the same information but inserts adams personal information in certain sections.
     
    Gamer316, Jan 5, 2011 IP
  2. dsdf

    dsdf Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yoou can replace/redirect/rename test.com/info/1 to test.com/info/tim and test.com/info/2 to test.com/info/adam

    Search/learn about rewrite url and .htaccess.
     
    dsdf, Jan 6, 2011 IP