Page 1 of 1

php Customer Form

Posted: Sun Jul 16, 2006 5:32 pm
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

Posted: Sun Jul 16, 2006 10:46 pm
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].

Posted: Mon Jul 17, 2006 9:29 pm
by Luke
What do you already know? Do you know any HTML?

Posted: Tue Jul 25, 2006 10:05 pm
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.