
Search In
Yesterday i was searching about how to generate and download csv file in php script using array, i google it and found lots of code there but nothing was working according to my requirement then developed this code. Feel free to let me know if you fi
Simple code to delete image from the img folder .
App::uses('File', 'Utility');
$imgpath = ' 'img/downloads/myimg.jpg'';
$det = new File(WWW_ROOT .$imgpath , false, 0777);
if($det->delete()) {
echo 'Image is deleted'
Spring Security is a framework that provides authentication, authorization and security for enterprise applications. it is flexible and powerful authentication and access control framework to secure Springs web based application.
The Sample Code Ex
If You want to get the list of all the files that are uploaded on your DropBox then use the following code :
method -(void)downloadAllData:(void (^)(NSMutableArray *, NSMutableArray *, BOOL))
block need to be called after the successful login to D
This blog will let you download files from ftp using curl. Ftp url is given below. From this url we need to download this file filename.gz
ftp://ftp.example.se/filename.gz
Following is the working example:
$curl = curl_init();
$file = fopen("fil
Hello Readers !!
Today we are going to discuss the very important part of our game i.e. Monetization.
We create games to earn some money and this can be done only by selling the game or by adding some sort of monetization in the game.
We c
Adobe Kuler is an online application from Adobe Systems that lets individuals try, create and save various colour schemes, each of which consists of a set of five colours. After downloading Switchboard from Adobe Labs, users using the desktop version
Hi All,
I needed to clone one of my password protected repository from git into my windows machine.
I googled it and found lots of help but I would like to wrap up things in very basic level.
1: You must have git account and repository which need t
Hello nerds,
If you want to start your new CakePHP project with Twitter Bootstrap set with it, you can follow the steps as following:-
Step 1: You need to Download CakePHP and Twitter Bootstrap versions. You can easily download them from their web
Difference between HTTP 1.1 and HTTP/2
HTTP/2 is a new version of the Hypertext Transport Protocol. HTTP/2 is used to deliver pages to the browser from server on the Web. It is the first major update of HTTP. In 1999 HTTP was introduced, during this
