Help me In This Issue

Discussion in 'Programming' started by yajur20, Mar 28, 2008.

  1. #1
    Help needed in redirection of particular browser,I haveing mobile site for that i person enter via mobile browser he should automatically redirect to the page like http://mydomain.com/mobile.php if a person enter from pc he should automatically redirect to the page http://mydomain.com/pc.php help me in this code also now in mobile there new browsers like opera8.65 for that also it should correctly redirect
     
    yajur20, Mar 28, 2008 IP
  2. ausome

    ausome Peon

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You could use the global $_SERVER['HTTP_USER_AGENT'] and test against the info in that.
    There is some homework for you!

    My question is - why do you want to redirect to certain pages depending upon the browser?
     
    ausome, Apr 5, 2008 IP
  3. Farhan5

    Farhan5 Peon

    Messages:
    189
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you have to use coockie script for this...
     
    Farhan5, Apr 5, 2008 IP