dapo Posted May 9, 2008 Share Posted May 9, 2008 Hi all ty for reading and testing this .. First off all i use : cms = Php fusion. on the webserver : MySQL 4.1.10 I play a game world of warcraft ,and I am Guildmaster of our guild inside the game. For recruiting our members I write an apply system to make it easy for people who want to join our guild just fill in the questions , submit and done... But in the bottom of the page there is the "submit" button. Now i want that if someone do the apply and he click on the submit button. that there is a page where we see the name of the user who want to join , behind that name there need to stay the status. (accepted , denied , or in treatment ) (if its possible a admin can change the status in the admin menu.) ??? If you click the name , you need to see his details he filled in into the apply form.(In a popup or in a menu... that doesn't matter.) I don't now how to create that sort of script. I am noob in php if it goes this far. in the mean time i would like that if you click the submit button that the page creates a new thread in our forum with the stuff he filled in. dont now the post method. the Guildwebsite url : http://www.wow-stealth.be look @ join us in top of the page. The cmsportal site : http://php-fusion.co.uk/news.php (you can create own page's in the cms portal.) and use infusions , but this infusion i want dousn't exist. the link to the page direct : http://www.wow-stealth.be/viewpage.php?page_id=6 and the code i writed <html> <head> <title>Stealth Apply</title> </head> <body> <br> <br> <table style='WIDTH: 100%' cellspacing='0' cellpadding='0' border='2'> <tr> <td class='tableHeadingBG'> <div class='tableHeading'> <center><b>Applications</b></center> </div> </td> </tr> <tr> <td class='td-cell1' valign='top'> <form name='inputform' action= 'post.php?action=newthread&forum_id=45' enctype= 'multipart/form-data' id="inputform"> <table cellspacing="0" cellpadding="0"> <tr> <td width="50%" align="left" valign="top">* Character name</td> <td width="50%"><input class="input" id="Char_Name" name= "Char_Name"></td> </tr> <tr> <td align="left" valign="top">* Class</td> <td><select class="textbox" name="Class"> <option selected="selected">---</option> <option>Druid</option> <option>Hunter</option> <option>Mage</option> <option>Paladin</option> <option>Priest</option> <option>Rogue</option> <option>Shaman</option> <option>Warlock</option> <option>Warior</option> </select></td> </tr> <tr> <td align="left" valign="top">* Level</td> <td><input class="input" id="Level" size="2" name="Level"></td> </tr> <tr> <td align="left" valign="top">* Race</td> <td><select class="textbox" name="Race"> <option selected="selected">---</option> <option>Draenei</option> <option>Dwarf</option> <option>Gnome</option> <option>Human</option> <option>Night elf</option> </select></td> </tr> <tr> <td align="left" valign="top">* Real Name</td> <td><input class="input" id="RealName" size="50" name= "RealName"></td> </tr> <tr> <td align="left" valign="top">* E-Mail</td> <td><input class="input" id="Mail" size="50" name="Mail"></td> </tr> <tr> <td align="left" valign="top">* Age</td> <td><input class="input" id="Age" name="Age"></td> </tr> <tr> <td align="left" valign="top">* Living place</td> <td><input class="input" id="Location" size="50" name= "Location"></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Talents</td> <td> <textarea class="textbox" id="Talents" name="Talents" rows="5" cols="50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Link to your profile on the armory</td> <td> <textarea class="textbox" id="Armory" name="Armory" cols="50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Previous guilds</td> <td> <textarea class="textbox" id="OldGuilds" name="OldGuilds" rows= "5" cols="50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Raid Experience (Even pre-tBC)</td> <td> <textarea class="textbox" id="OldRaids" name="OldRaids" rows="5" cols="50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Why you wanna leave your Guild you are in now ?</td> <td> <textarea class="textbox" id="Why" name="Why" rows="5" cols="50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">What you expect from us as Guild</td> <td> <textarea class="textbox" id="OurGuild" name="OurGuild" rows="5" cols="50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">If its possible give me names of members you now in Stéalth.</td> <td><input class="input" id="NamesOf" size="50" name= "NamesOf"></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">What Connection you use?</td> <td><input class="input" id="Connection" size="50" name= "Connection"></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Do you now how to work with Ventrilo?</td> <td><input class="input" id="Vent" size="50" name="Vent"></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Do you have a Microphone ?</td> <td><input class="input" id="Mic" type="checkbox" value="Ja" name="Mic"> yes</td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Can you speak and write english?</td> <td><input class="input" id="English" type="checkbox" value="Yes" name="English"> yes</td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Stéalth raids on Mon+Teu+wed in 25man raids, op thu+Fri in 10man raids. What days and what time you'r able to raid?</td> <td> <textarea class="textbox" id="TimeZone" name="TimeZone" rows="5" cols="50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">What you think to do in our raids ?</td> <td> <textarea class="textbox" id="Roles" name="Roles" rows="5" cols= "50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Simple explain of your life:</td> <td> <textarea class="textbox" id="Summary" name="Summary" rows="5" cols="50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Something you want to add?</td> <td> <textarea class="textbox" id="Other" name="Other" rows="5" cols= "50"> </textarea></td> </tr> <tr> <td colspan="2">* -How more you tell us how better we can handle your applië</td> </tr> <tr> <td colspan="2"> <center><input class="button" id="submit" type="submit" value= "submit" name="submit"></center> </td> </tr> </table> <br></form> </td> </tr> </table> <br> </body> </html> I hope someone understand what i mean , i hope its possible to create the idea i want. Thnx alot to take the time to read and look @ my thread. Greetings David Link to comment https://forums.phpfreaks.com/topic/104872-apply-form-need-a-bit-help/ Share on other sites More sharing options...
prcollin Posted May 17, 2008 Share Posted May 17, 2008 Hi all ty for reading and testing this .. First off all i use : cms = Php fusion. on the webserver : MySQL 4.1.10 I play a game world of warcraft ,and I am Guildmaster of our guild inside the game. For recruiting our members I write an apply system to make it easy for people who want to join our guild just fill in the questions , submit and done... But in the bottom of the page there is the "submit" button. Now i want that if someone do the apply and he click on the submit button. that there is a page where we see the name of the user who want to join , behind that name there need to stay the status. (accepted , denied , or in treatment ) (if its possible a admin can change the status in the admin menu.) ??? If you click the name , you need to see his details he filled in into the apply form.(In a popup or in a menu... that doesn't matter.) I don't now how to create that sort of script. I am noob in php if it goes this far. in the mean time i would like that if you click the submit button that the page creates a new thread in our forum with the stuff he filled in. dont now the post method. the Guildwebsite url : http://www.wow-stealth.be look @ join us in top of the page. The cmsportal site : http://php-fusion.co.uk/news.php (you can create own page's in the cms portal.) and use infusions , but this infusion i want dousn't exist. the link to the page direct : http://www.wow-stealth.be/viewpage.php?page_id=6 and the code i writed <html> <head> <title>Stealth Apply</title> </head> <body> <br> <br> <table style='WIDTH: 100%' cellspacing='0' cellpadding='0' border='2'> <tr> <td class='tableHeadingBG'> <div class='tableHeading'> <center><b>Applications</b></center> </div> </td> </tr> <tr> <td class='td-cell1' valign='top'> <form name='inputform' action= 'post.php?action=newthread&forum_id=45' enctype= 'multipart/form-data' id="inputform"> <table cellspacing="0" cellpadding="0"> <tr> <td width="50%" align="left" valign="top">* Character name</td> <td width="50%"><input class="input" id="Char_Name" name= "Char_Name"></td> </tr> <tr> <td align="left" valign="top">* Class</td> <td><select class="textbox" name="Class"> <option selected="selected">---</option> <option>Druid</option> <option>Hunter</option> <option>Mage</option> <option>Paladin</option> <option>Priest</option> <option>Rogue</option> <option>Shaman</option> <option>Warlock</option> <option>Warior</option> </select></td> </tr> <tr> <td align="left" valign="top">* Level</td> <td><input class="input" id="Level" size="2" name="Level"></td> </tr> <tr> <td align="left" valign="top">* Race</td> <td><select class="textbox" name="Race"> <option selected="selected">---</option> <option>Draenei</option> <option>Dwarf</option> <option>Gnome</option> <option>Human</option> <option>Night elf</option> </select></td> </tr> <tr> <td align="left" valign="top">* Real Name</td> <td><input class="input" id="RealName" size="50" name= "RealName"></td> </tr> <tr> <td align="left" valign="top">* E-Mail</td> <td><input class="input" id="Mail" size="50" name="Mail"></td> </tr> <tr> <td align="left" valign="top">* Age</td> <td><input class="input" id="Age" name="Age"></td> </tr> <tr> <td align="left" valign="top">* Living place</td> <td><input class="input" id="Location" size="50" name= "Location"></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Talents</td> <td> <textarea class="textbox" id="Talents" name="Talents" rows="5" cols="50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Link to your profile on the armory</td> <td> <textarea class="textbox" id="Armory" name="Armory" cols="50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Previous guilds</td> <td> <textarea class="textbox" id="OldGuilds" name="OldGuilds" rows= "5" cols="50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Raid Experience (Even pre-tBC)</td> <td> <textarea class="textbox" id="OldRaids" name="OldRaids" rows="5" cols="50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Why you wanna leave your Guild you are in now ?</td> <td> <textarea class="textbox" id="Why" name="Why" rows="5" cols="50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">What you expect from us as Guild</td> <td> <textarea class="textbox" id="OurGuild" name="OurGuild" rows="5" cols="50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">If its possible give me names of members you now in Stéalth.</td> <td><input class="input" id="NamesOf" size="50" name= "NamesOf"></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">What Connection you use?</td> <td><input class="input" id="Connection" size="50" name= "Connection"></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Do you now how to work with Ventrilo?</td> <td><input class="input" id="Vent" size="50" name="Vent"></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Do you have a Microphone ?</td> <td><input class="input" id="Mic" type="checkbox" value="Ja" name="Mic"> yes</td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Can you speak and write english?</td> <td><input class="input" id="English" type="checkbox" value="Yes" name="English"> yes</td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Stéalth raids on Mon+Teu+wed in 25man raids, op thu+Fri in 10man raids. What days and what time you'r able to raid?</td> <td> <textarea class="textbox" id="TimeZone" name="TimeZone" rows="5" cols="50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">What you think to do in our raids ?</td> <td> <textarea class="textbox" id="Roles" name="Roles" rows="5" cols= "50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Simple explain of your life:</td> <td> <textarea class="textbox" id="Summary" name="Summary" rows="5" cols="50"> </textarea></td> </tr> <tr align="left" valign="top"> <td colspan="2"><br></td> </tr> <tr> <td align="left" valign="top">Something you want to add?</td> <td> <textarea class="textbox" id="Other" name="Other" rows="5" cols= "50"> </textarea></td> </tr> <tr> <td colspan="2">* -How more you tell us how better we can handle your applië</td> </tr> <tr> <td colspan="2"> <center><input class="button" id="submit" type="submit" value= "submit" name="submit"></center> </td> </tr> </table> <br></form> </td> </tr> </table> <br> </body> </html> I may be able to help you with this as it seems pretty easy. email me at prcprogrammer@gmail.com and we can work together on it. I hope someone understand what i mean , i hope its possible to create the idea i want. Thnx alot to take the time to read and look @ my thread. Greetings David Link to comment https://forums.phpfreaks.com/topic/104872-apply-form-need-a-bit-help/#findComment-543591 Share on other sites More sharing options...
Recommended Posts