Google Introduce A Tool For Data Control After Death

Google is becoming first company which have worked on privacy and data control and introduced a tool which will control your private data after death. New tools aim to help users maintain privacy in the case if something happen like death, which  will remove data after set period of inactivity. Questions were asked on different forums and by community […]

How To Send E-mails From Server – Sample Test

Here is simplest script for sending emails from your server.This is the simplest emailer you can use and have in PHP. If this does not work, then the PHP email configuration is bad! First declare a variable for status message.which will be used to show message for your email send or not. [php] <?php $status=""; […]