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 ...
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
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!