[PHP-DB] Procedure for submitting an order via email

2004-05-01 Thread Ruprecht Helms
Hi,

I'm looking for an simple example how to send an order
(content of the basket) via email.

Does someone have such a good ans simple example.

Regards,
Ruprecht

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Re: Procedure for submitting an order via email

2004-05-01 Thread Justin Patrin
Ruprecht Helms wrote:
Hi,

I'm looking for an simple example how to send an order
(content of the basket) via email.
Does someone have such a good ans simple example.

Regards,
Ruprecht
You're not giving nearly enough information. If you want to send an 
e-mail you can use the mail() function or use a package, such as PEAR::Mail.

http://www.php.net/mail
http://pear.php.net/package/Mail
--
paperCrane Justin Patrin
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP-DB] Procedure for submitting an order via email

2004-05-01 Thread Ignatius Reilly
With the PHP IMAP functions you can process your mail box programmatically
as a data repository.

_
- Original Message -
From: Ruprecht Helms [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, June 01, 2004 9:40 PM
Subject: [PHP-DB] Procedure for submitting an order via email


 Hi,

 I'm looking for an simple example how to send an order
 (content of the basket) via email.

 Does someone have such a good ans simple example.

 Regards,
 Ruprecht

 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php