![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Jul 2004
Location: Location
Posts: 138
Rep Power: 5
![]() |
PHP, how to do this?
Hi everyone,
For my company, I need to create a PHP site which does the following:
My PHP is a little rusty, so I'm just wondering how I would do this. I assume I create a regular PHP form, and then somehow store the forms in a MySQL database. My question is how do I store this information in the database, and create a web frontend for people to view the entered information? I know how to send the e-mail, thats no problem, its just the MySQL part that is getting me confused. Thanks! |
|
|
|
|
|
#2 |
|
Newbie
Join Date: Feb 2008
Posts: 1
Rep Power: 0
![]() |
Re: PHP, how to do this?
|
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Jun 2007
Posts: 133
Rep Power: 2
![]() |
Re: PHP, how to do this?
you would also send mails with the php mail() function.
We wont write code for you, but will push you in the right direction. Here is a step by step process to doing what you want: 1. Create a form in html to accept the information you'll need 2. Once the form has been submitted run a function which will email the results to a specified person(s) 3. Insert the information into a database 4. Make a page which pulls hte information out of the database and displays it. In between these steps there will be more smaller steps - see if you can figure them out. |
|
|
|
|
|
#4 |
|
Php Coder
|
Re: PHP, how to do this?
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| installing php (beginners question) | spekkio7 | PHP | 4 | Jan 11th, 2008 10:06 AM |
| New PHP Based Forum-RPG | dizdain | Paid Job Offers | 5 | Dec 3rd, 2007 2:32 AM |
| Linux - Installing PHP | Booooze | Coder's Corner Lounge | 2 | Jul 30th, 2007 12:40 AM |
| Php Tutorial 3 | bulio | PHP | 4 | Jul 16th, 2006 4:00 AM |
| Php Tutorial 1 | bulio | PHP | 17 | May 29th, 2006 4:54 AM |