opstabom Posted October 14, 2008 Share Posted October 14, 2008 I have form <form action="http://host/login" method="post"> <input type="text" name="username" size="10"> <input type="submit" name="submit" value="login"> </form> but nor $_GET or $_POST variables exists when I move this form to simple script all variables exits what is problem ??? Link to comment https://forums.phpfreaks.com/topic/128357-problem-with-get-and-post-variables/ Share on other sites More sharing options...
Daniel0 Posted October 14, 2008 Share Posted October 14, 2008 You are already receiving help with this issue here: http://www.phpfreaks.com/forums/index.php/topic,220955.0.html Link to comment https://forums.phpfreaks.com/topic/128357-problem-with-get-and-post-variables/#findComment-664896 Share on other sites More sharing options...
Recommended Posts