Archive for February 25th, 2009

Copy Method in PHP

Php copy method is like below:
bool copy ( string $source , string $dest [, resource $context ] )
It makes a copy of the file from source to dest.
Now in the following example we will see the codes where copy operation is done.

<?php
$dest   = “/Folder1″ ;
$source = “/Folder2″;

copyr($source, $dest);
function copyr($source, [...]

Continue reading »

My Blog’s Visitors!

Continue reading »

Gunfights at BDR HQ

Thursday, February 26, 2009
Army closes in on BDR headquarters
Source : Daily Star Online Report
The army is apparently set to enter the BDR headquarters with heavy arms through all gates near Nilkhet and Hazaribagh, flaring up the fear of a heavy bloodshed.
Around 4:15pm, army personnel fired several gunshots on way to the mutineers’ centre of operations.
Some [...]

Continue reading »