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
>
;
> 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,
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]
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
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
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
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
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