PHP send email request read receipt

Guys, When users using Emails function in some web base application (like sugarcrm, joomla), they might need to request read receipt from the recipients. Here is a simple tutorial on how to add in the “Request read receipt” in email while send out email thru PHP. I am using the phpmailer class to develop the […]

SugarCRM custom scheduler job.

Guys, today I am sharing how to create a installation package for custom scheduler job in SugarCRM. For SugarCRM administrator, the scheduler job functions are always not enough for suit the business logic. As a administrator, we are always need to create our customize job in order to fulfill the requirement. In older version of […]

Export mysql select statement into csv

Today I would like to share some useful command for developer to export out data by using SQL statement. I think most of the developer should familiar with the putty & command line environment. But always facing an problem to export out the data in a excel/csv file in order to send it to customer. […]

Hostgator coupon

Hi guys, I hosted my website using hostgator service. It is a US base provider. Here is the latest Hostgator voucher to get you the first month hosting at only $0.01(save $9.94)! Discount voucher: prEreSp9hEcr The best value hostgator plan at the moment is the Baby Plan where you can host unlimited domains. Even if […]

MySQL release free disk space.

When perform some data clean up in MySQL, found that no disk space was release and MySQL still occupied it. Here is the command to check those tables with more than 300MB of data: (more…)