nickaljes Posted January 15, 2008 Share Posted January 15, 2008 I've been trying to find some source for a php/mysql web application. I'm a guild webmaster and i want users to be able to submit an online application to join the guild. Is this possible and is there any code out there, I've been searching for a while. Quote Link to comment https://forums.phpfreaks.com/topic/86200-help-php-web-applicationform/ Share on other sites More sharing options...
monkeytooth Posted January 15, 2008 Share Posted January 15, 2008 Its possible but its no easy task.. problem is, how much do you know about html, php, mysql? What do you have made already? Quote Link to comment https://forums.phpfreaks.com/topic/86200-help-php-web-applicationform/#findComment-440253 Share on other sites More sharing options...
Grant Holmes Posted January 15, 2008 Share Posted January 15, 2008 More questions, do you just want an email with the information in it, or do you want the information dumped into a database? DO you want to be able to view/edit the information if so? You might want to search for membership software and see what's out there. I know I ran into one last year with limited features for little/no cost. That might be easier? Or if you know you want a more complex solution, ask in the PHP Freelancing section. Quote Link to comment https://forums.phpfreaks.com/topic/86200-help-php-web-applicationform/#findComment-440266 Share on other sites More sharing options...
revraz Posted January 15, 2008 Share Posted January 15, 2008 This should get you started http://www.roscripts.com/PHP_login_script-143.html Quote Link to comment https://forums.phpfreaks.com/topic/86200-help-php-web-applicationform/#findComment-440280 Share on other sites More sharing options...
nickaljes Posted January 15, 2008 Author Share Posted January 15, 2008 I know alot about HTML and servers. I host my own LAMP. I'm new to php, I can read through it fairly well and edit stuff to get it working but i would certainly not be able to write something from scratch. It would be awesome to have them stored in a mysql database and be able to access each of the forms through the website, for officers and other high ranking guild members. Although I'd be contempt with them just getting emailed. I currently have a wordpress structured website with phpbb. Quote Link to comment https://forums.phpfreaks.com/topic/86200-help-php-web-applicationform/#findComment-440313 Share on other sites More sharing options...
nickaljes Posted January 15, 2008 Author Share Posted January 15, 2008 This should get you started http://www.roscripts.com/PHP_login_script-143.html Sorry for double post but just wanted to thank you for the site. Looks very helpful and I'll see what I can pull from it. Quote Link to comment https://forums.phpfreaks.com/topic/86200-help-php-web-applicationform/#findComment-440316 Share on other sites More sharing options...
nickaljes Posted January 15, 2008 Author Share Posted January 15, 2008 Ok the link posted earlier helps but isn't what I need. Looking for more of something you would find when applying for a job. Quote Link to comment https://forums.phpfreaks.com/topic/86200-help-php-web-applicationform/#findComment-440401 Share on other sites More sharing options...
revraz Posted January 16, 2008 Share Posted January 16, 2008 It isn't what you need, but it does show you how to use forms and a database. Now you need to change it for what you need. Quote Link to comment https://forums.phpfreaks.com/topic/86200-help-php-web-applicationform/#findComment-440468 Share on other sites More sharing options...
awpti Posted January 16, 2008 Share Posted January 16, 2008 What game is this for? I may already have something built /nearly complete that I could swing your way. It's ugly as sin, though. Quote Link to comment https://forums.phpfreaks.com/topic/86200-help-php-web-applicationform/#findComment-440497 Share on other sites More sharing options...
nickaljes Posted January 16, 2008 Author Share Posted January 16, 2008 For World of Warcraft. I have read through that link you gave me and i do understand how to set up something that resembles an application but I'm still not sure how to get that info from my DB other than just reading it out of MySQL Admin. I want other to be able to acces the applications and read and review them. Quote Link to comment https://forums.phpfreaks.com/topic/86200-help-php-web-applicationform/#findComment-440564 Share on other sites More sharing options...
awpti Posted January 16, 2008 Share Posted January 16, 2008 This is where you're going to have to buckle down and read the PHP Manual. www.php.net/mysql That should cover most of your needs, including how to get information out of a DB. Quote Link to comment https://forums.phpfreaks.com/topic/86200-help-php-web-applicationform/#findComment-440618 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.