ngreenwood6 Posted September 10, 2008 Share Posted September 10, 2008 I am having a problem getting forms to submit to themselves. It seems to submit the form on first load of the page. Meaning when you go to the page where you log in it says that you must enter a username. I want the user to have to submit the form before it does this. I have set it up now to submit to another page but would like to know how to submit it to itself. If anyone can give me an example of how to correctly do it that would be great. Link to comment https://forums.phpfreaks.com/topic/123599-form-submit/ Share on other sites More sharing options...
BlueSkyIS Posted September 10, 2008 Share Posted September 10, 2008 what is typically use to have a form submit to itself: <form method='post' action='<?php echo $_SERVER['PHP_SELF']; ?>'> </form> Link to comment https://forums.phpfreaks.com/topic/123599-form-submit/#findComment-638289 Share on other sites More sharing options...
ngreenwood6 Posted September 10, 2008 Author Share Posted September 10, 2008 Yeah that is what I use. Link to comment https://forums.phpfreaks.com/topic/123599-form-submit/#findComment-638300 Share on other sites More sharing options...
PFMaBiSmAd Posted September 10, 2008 Share Posted September 10, 2008 To get specific help with what your code is doing, you are going to need to post your code. Link to comment https://forums.phpfreaks.com/topic/123599-form-submit/#findComment-638309 Share on other sites More sharing options...
ngreenwood6 Posted September 10, 2008 Author Share Posted September 10, 2008 I dont actually have anything that I am coding at this specific time I was just hoping that some one could show me an example of the correct way to submit a form to itself. Link to comment https://forums.phpfreaks.com/topic/123599-form-submit/#findComment-638310 Share on other sites More sharing options...
ngreenwood6 Posted September 10, 2008 Author Share Posted September 10, 2008 I know that someone can help me out with this? Link to comment https://forums.phpfreaks.com/topic/123599-form-submit/#findComment-638367 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.