QWERTYtech Posted February 20, 2007 Share Posted February 20, 2007 I am working on a website right now and I am really new to PHP and I was wondering if there was anyone that could help me with some PHP questions. I am hosting a site off of my personal server and I'm using e107 for the design. I want to slightly modify the "Contact Us" page to meet my needs. What I need to include on this page is: *Name (Last, First) - Two fields *Address, City, State, ZIP *Make, Model, Year (of vehicle) *Modifications (must have at least three) *Attachments *Agree to Terms Can someone please help me?????????? Thanks, QWERTYtech ??? ??? Quote Link to comment https://forums.phpfreaks.com/topic/39313-want-to-create-a-application-for-joining-car-club/ Share on other sites More sharing options...
.josh Posted February 20, 2007 Share Posted February 20, 2007 so...what's your question? I mean, obviously you want to figure out how to do all that, but do you have a specific question? What have you got so far? What exactly are you stuck on? Quote Link to comment https://forums.phpfreaks.com/topic/39313-want-to-create-a-application-for-joining-car-club/#findComment-189582 Share on other sites More sharing options...
JBS103 Posted February 20, 2007 Share Posted February 20, 2007 Well firstly, you will need to create the form using HTML. From there, you will need to create a PHP page (or it can be included with the HTML in one file) that will read and check all of the user's data to make sure it is correct. After going through all the user input, the script will email you and/or store the information in a database. I suggest breaking it down into sections and doing one thing at a time. There are more tutorials on forms than anything else, so take a look! Quote Link to comment https://forums.phpfreaks.com/topic/39313-want-to-create-a-application-for-joining-car-club/#findComment-189584 Share on other sites More sharing options...
QWERTYtech Posted February 20, 2007 Author Share Posted February 20, 2007 Thats what I need, tutorials that is. I'm completely new to PHP and I need help coding everything. If you have any good references, I would greatly appreciate it. QWERTYtech Quote Link to comment https://forums.phpfreaks.com/topic/39313-want-to-create-a-application-for-joining-car-club/#findComment-189586 Share on other sites More sharing options...
boo_lolly Posted February 20, 2007 Share Posted February 20, 2007 ]tizag, w3schools should get you started. Quote Link to comment https://forums.phpfreaks.com/topic/39313-want-to-create-a-application-for-joining-car-club/#findComment-189587 Share on other sites More sharing options...
trq Posted February 20, 2007 Share Posted February 20, 2007 This should get you started. Quote Link to comment https://forums.phpfreaks.com/topic/39313-want-to-create-a-application-for-joining-car-club/#findComment-189589 Share on other sites More sharing options...
QWERTYtech Posted February 20, 2007 Author Share Posted February 20, 2007 Does anyone know anything much about e107? Quote Link to comment https://forums.phpfreaks.com/topic/39313-want-to-create-a-application-for-joining-car-club/#findComment-189601 Share on other sites More sharing options...
.josh Posted February 20, 2007 Share Posted February 20, 2007 honestly, i've never heard of it until this thread. If you are looking for help on hacking/modding their script, I would suggest the 3rd party forum, or better yet, their own support forums. Quote Link to comment https://forums.phpfreaks.com/topic/39313-want-to-create-a-application-for-joining-car-club/#findComment-189605 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.