|
Posted by Manuel Lemos on 02/06/07 00:04
Hello,
on 02/04/2007 07:24 AM zek2005 said the following:
> I need help with the following. I made a form so the user can make a
> question and that question has to be inserted in my database, but
> before the question (and other information of the user such as email,
> country, etc) is inserted in the database, I want that the user
> confirm that he/she has made the question, so I need to send an email
> to the user and he/she has to reply the email to confirm it. Once I
> receive the email I insert the data in my database.
>
> I reach the part where I send an email to the user, but I´m lost in
> the following part. How can I insert data in my dtabase automatically
> after I receive the confirmation email ?
>
> Can anyone help me or point me some page to review it?
This PHP class achieves something similar to what you want:
http://www.phpclasses.org/antispam_feedback
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
[Back to original message]
|