kalsmeer Posted October 15, 2009 Share Posted October 15, 2009 Hello, im kinda new to PHP but im makeing a website for my guild. i was trying to make a Apply form, one that post the details entered on the forum for review by officers. i have no clue how to do this can anyone help me with this. thank you. Link to comment https://forums.phpfreaks.com/topic/177792-make-post-on-a-forum-through-php-submit-form/ Share on other sites More sharing options...
cags Posted October 15, 2009 Share Posted October 15, 2009 Do you know how to create an HTML form? What do you wish to do with the information that is entered by the user? Link to comment https://forums.phpfreaks.com/topic/177792-make-post-on-a-forum-through-php-submit-form/#findComment-937478 Share on other sites More sharing options...
johnsmith153 Posted October 15, 2009 Share Posted October 15, 2009 1. Create a form. 2. Get it to submit to a php script. 3. Get php script to email someone or store it in a database for use later. Take each step at a time. Look into creating a HTML form, and the required fields. Have a look, give it a try and if you need help then post the code created so far and we can help further. Link to comment https://forums.phpfreaks.com/topic/177792-make-post-on-a-forum-through-php-submit-form/#findComment-937483 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.