406 Errors for some $_GET

Discussion in 'PHP' started by redhits, Mar 23, 2006.

  1. #1
    redhits, Mar 23, 2006 IP
  2. meikeric

    meikeric Peon

    Messages:
    58
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It's hard to tell without looking at the script code. If it's PHP, and you want me to have a look at the code, PM me. It could be Apache config, it could be a missing file. It's hard to tell with no card.
    Mike
     
    meikeric, Mar 24, 2006 IP
  3. redhits

    redhits Notable Member

    Messages:
    3,023
    Likes Received:
    277
    Best Answers:
    0
    Trophy Points:
    255
    #3
    redhits, Mar 24, 2006 IP
  4. meikeric

    meikeric Peon

    Messages:
    58
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Something has to be happening in the code or a file is missing. I would need to look at the code. Other than that, I can't help, nor do I think anyone else can help. I'm willing to check it out, no charge, cause I have a nice buzz going on. Sorry I can't be of more assistance.
     
    meikeric, Mar 24, 2006 IP
  5. falcondriver

    falcondriver Well-Known Member

    Messages:
    963
    Likes Received:
    47
    Best Answers:
    0
    Trophy Points:
    145
    #5
    have you tried to urlencode() your parameter? seems like its a problem with the dot.

    
    $link = '<a href="http://www.softgroups.com/migu.jpg?id='.urlencode("go.ro").'">test with parameter</a>';
    echo $link;
    
    PHP:
     
    falcondriver, Mar 26, 2006 IP