Post Variables Stopped Working

Discussion in 'PHP' started by Rockstr27, Apr 25, 2010.

  1. #1
    Hello - one of my sites all of sudden does not work and I narrowed the problem down to POST variables no longer passing - this is on every page that passes variables on the site ... I have no idea why or how it stopped working - does anyone have any ideas where to start troubleshooting this? GET seems to work, but POST does not ...
     
    Last edited: Apr 25, 2010
    Rockstr27, Apr 25, 2010 IP
  2. danx10

    danx10 Peon

    Messages:
    1,179
    Likes Received:
    44
    Best Answers:
    2
    Trophy Points:
    0
    #2
    1. Post some of the code
    2. Check if the data is being passed by print_r($_POST);
    3. You can use $_REQUEST instead of $_POST
     
    danx10, Apr 25, 2010 IP
  3. Rockstr27

    Rockstr27 Well-Known Member

    Messages:
    1,052
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    115
    #3
    Thanks - I will try that and post code here if not working - just weird because it was working for a good month or two until last night ... and then something happened and I have no idea what is going on!
     
    Rockstr27, Apr 25, 2010 IP