-
Recent Posts
What I'm Doing...
- Mac like theme for #Linux #ubuntu http://bit.ly/La8Ss 1 hr ago
- Webmin Browser based #Linux administration http://bit.ly/17D1x 3 days ago
- In #Linux to print your Home directory "echo ~" 4 days ago
- #Google search suggestion URL http://bit.ly/9zd9HH .Passing search query to this URL and its returns the search #suggestion in #responseText 5 days ago
- #Ubuntu windows installer http://bit.ly/oumg no modify partitions , or to use a different bootloader, and does not install special drivers. 1 week ago
- More updates...
Posting tweet...
Recent Comments
- elanchezhiyank on Offline dictionary for ubuntu 10.04
- umakanth on About
- admin on Offline dictionary for ubuntu 10.04
- vivek on Offline dictionary for ubuntu 10.04
- techmaddy on Read properties file using Batch
Tags
Tag Archives: php
How to add www to your domain name
How to add www to your domain name Before going to the htaccess . You need to answer my question, The question is Do you think arulraj.net and www.arulraj.net both are different domain name or same ..? ya. we (humans) … Continue reading
How to add Return-path in php mail
Here is the code for add Return-path in php mail programmatically. $today = date(“F j\\t\h Y, g:i a”); $name = ‘Yourname’; $from = ‘frommail@example.com’; $to = ‘tomail@example.com’; $cc = ‘ccmail@example.com’; $bcc = ‘bccmail@example.com’; $subject = ‘Example Subject’; // To send … Continue reading