Re: [PHP] How to send the whole form content to database

2001-01-21 Thread Richard Lynch
1. I have create a email sending form. After I enter all the particulars, while sending this mail to somebody. Can anybody tell me that how can I store the whole particular from that email form into my database. $query = "insert into yourtable (field1, field2, ...) values('$field1', '$field2', ..

[PHP] How to send the whole form content to database

2001-01-21 Thread hoo chong wei
Hi there, I'm a beginner using php. Currently, I'm develope a online registration system. I face some problems, hope that some one can help me to solve it. 1. I have create a email sending form. After I enter all the particulars, while sending this mail to somebody. Can anybody tell me that