Please note: If you find any post DOES NOT contain required amount of explanation, please do comment them with a request for more information. I will update as soon as I can attend to it. Also you can contact me with a link to the post.


Thursday, November 24, 2005

Print : Java Script

If you want to print a web page directly use this script code. Although it is simple, applicable for many cases

javascript: void (window.print())
<a href="javascript: void (window.print())" title="Print">Print</a>

.

Tuesday, November 15, 2005

A simple thing that I always forget

Developing a php script, but I spent a significant time for a small thing that I had done several times before

PHP Functions for get date and time

echo date('l dS of F Y h:i:s A'); out puts Tue Nov 15 th 2005
echo date("D M d S Y") out puts 15th of November 2005 03:33:35
 

Copyrights(C) - Charith Gunasekara 2005-2010