ewills Posted April 15, 2008 Share Posted April 15, 2008 Hello I have just transfered my site from an old host to UnitedHosting, and for some reason, none of my scripts that post to a file are having any values in the $_POST[] variable. I have tried a simple form test, that posts to a static file, i.e action="process.php", and this works fine - but all my scripts use something like: action="http://myurl.com/?page=processform" and this does not work at all - with no value being definied within $_POST. Any help would be greatly appreciated. Thanks Link to comment https://forums.phpfreaks.com/topic/101200-_post-returns-empty/ Share on other sites More sharing options...
ewills Posted April 15, 2008 Author Share Posted April 15, 2008 Ah just found out I wasn't including the / after the page url, ie: http://site.com?name=this rather than http://site.com/?name=this Link to comment https://forums.phpfreaks.com/topic/101200-_post-returns-empty/#findComment-517674 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.