Sending emails based on mysql data
Posted: Tue Mar 17, 2009 12:28 am
Hi
Im new to this forum. Also im not a php programmer actually.
I have my CentOS Linux based VoIP server running with PHP 5.1.6, mysql 5.0.45, Apache 2.2.3.
My mysql database table contains data like Username, Password, Balance, Address, Email addess, Phone, etc. The requirement is, i need to send email to the users whose "Balance" is <= somecredit.
Whether this logic is possible using a single php script, and if yes, can this script check the data for all the users and process sequentially?
Please advice me some help with the script......
Thanks in advance
Vino
Im new to this forum. Also im not a php programmer actually.
I have my CentOS Linux based VoIP server running with PHP 5.1.6, mysql 5.0.45, Apache 2.2.3.
My mysql database table contains data like Username, Password, Balance, Address, Email addess, Phone, etc. The requirement is, i need to send email to the users whose "Balance" is <= somecredit.
Whether this logic is possible using a single php script, and if yes, can this script check the data for all the users and process sequentially?
Please advice me some help with the script......
Thanks in advance
Vino