lewashby Posted October 9, 2013 Share Posted October 9, 2013 Is it possible for a php file the contains a static html form to call itself? What I'm wanting to do is have the form point to the php file that the form itself is in, I'll just have part of the file as static html and the other part of the file will be the php script that will operate on the data supplied by the form. Link to comment https://forums.phpfreaks.com/topic/282821-html-form-_posting-its-self/ Share on other sites More sharing options...
fastsol Posted October 9, 2013 Share Posted October 9, 2013 Sure, why not. Just set the action of the form to the php page. Link to comment https://forums.phpfreaks.com/topic/282821-html-form-_posting-its-self/#findComment-1453192 Share on other sites More sharing options...
lewashby Posted October 9, 2013 Author Share Posted October 9, 2013 I quit being lazy and figured it out. Thanks all. Link to comment https://forums.phpfreaks.com/topic/282821-html-form-_posting-its-self/#findComment-1453199 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.