unlink File Form folder in Php::
$unlink_path = $path . $file_name;
chown($unlink_path, 666);
@unlink($unlink_path);
$unlink_path = $path . $file_name;
chown($unlink_path, 666);
@unlink($unlink_path);
Here, In below code, user can enter two numbers to find the odd and even numbers between them. The number must be in between 1000 and 3000...
No comments:
Post a Comment