Re: [PHP-DB] Email Form

2003-09-16 Thread Philip O'Rourke
s > Insert them into the database > Mail them > End script > > > jack > > > -Original Message- > From: Philip O'Rourke [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 16, 2003 10:46 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Email Form >

Re: [PHP-DB] Email Form

2003-09-16 Thread Philip O'Rourke
; > Combine the two scripts > > Begin script > Accept the post variables > Insert them into the database > Mail them > End script > > > jack > > > -Original Message- > From: Philip O'Rourke [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 16,

RE: [PHP-DB] Email Form

2003-09-16 Thread Jacob A. van Zanen
Hi, Combine the two scripts Begin script Accept the post variables Insert them into the database Mail them End script jack -Original Message- From: Philip O'Rourke [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 10:46 AM To: [EMAIL PROTECTED] Subject: [PHP-DB]

[PHP-DB] Email Form

2003-09-16 Thread Philip O'Rourke
I am new to PHP and need some help with an form mail problem. Basically i know how to get a form to submit data to MySQL and I know how email the content of a form. But how do i get a form to do both? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

RE: [PHP-DB] email form

2002-12-10 Thread Frank M. Kromann
per syntax for placing the customer > field ($customer) > > The form still emails, but with no data in there, just he input as I > have put it > > > -Original Message- > From: Ryan Holowaychuk [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 10, 2002 3:23 PM

RE: [PHP-DB] email form

2002-12-10 Thread Ryan Holowaychuk
customer field ($customer) The form still emails, but with no data in there, just he input as I have put it -Original Message- From: Ryan Holowaychuk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 3:23 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] email form I am trying to figure out

RE: [PHP-DB] email form

2002-12-10 Thread Ryan Jameson (USA)
Try the mail function, you can get creative and use html as well. It's documented: http://www.php.net/manual/en/function.mail.php <>< Ryan -Original Message- From: Ryan Holowaychuk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 4:23 PM To: [EMAIL PROTECTED] Su

[PHP-DB] email form

2002-12-10 Thread Ryan Holowaychuk
I am trying to figure out how to take the data that I have collected in a form and format it into another page basically a bunch of tables and graphics, and then email that form to a specific email address. I have been able to get it to collect, place into the page, but now how to email the comple