php Customer Form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
joesmithf1
Forum Newbie
Posts: 5
Joined: Sun Jul 16, 2006 5:17 pm

php Customer Form

Post by joesmithf1 »

Hello Everyone,

Please help. I don't know anything about php. I am opening a company and need to create an online form where my cutomers can fill it out and then submit. Then the submitted information will be stored in a database. Unfortunately my 'hosting' provider does not have anything that i can use. Can you please give me the codes to the most basic form(with First name, last name, telephone, fax number, email fields), and a 'connection' string that point to a MySQL database? I know I may be asking too much, but i don't know anything about programming and I am thinking it is probably much easier if I have something(codes) to look at and then start from there to figure thing out.

THank you very much if anyone can please do me this favor.

Leon
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

Post by tecktalkcm0391 »

No one will just give you code. [Well at least hardly anyone] If you wanna pay, it can happen. Take a look at the PHP Manual. You will need to use $_POST[''] and mysql_query [if your going to use a mysql database].
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

What do you already know? Do you know any HTML?
joesmithf1
Forum Newbie
Posts: 5
Joined: Sun Jul 16, 2006 5:17 pm

Post by joesmithf1 »

thanks you guys. I was able to read some book and put the codes together. It was more simple than I thought. Now i just need to figure out how to do the 'confirmation' page after the user click submit.
Post Reply