Remote Server Transfer using php

Posted by on Nov 24, 2014 in Php | No comments yet
Remote Server Transfer using php

In this tutorial I am going to explain how to transfer large files from one server to another without any time lag. It is a hell job to download and then upload files while at the time of server transfer.In …

Send Email with Attachment in PHP

Posted by on Oct 5, 2014 in Php | No comments yet
Send Email with Attachment in PHP

In this post i am showing you how you can send email with attachment in php. For time being we are using a pdf file as attachment that created using FPDF. so first we need to create and sample pdf …

Copy files from one folder to another using php

Posted by on Jun 28, 2014 in General, Php | No comments yet
Copy files from one folder to another using php

Inorder to copy files from one folder to another using php we can use the php’s inbuilt function called copy .Now we are creating an function in which we need only to specify the source directory and the destination directory …

Map integer to text string in mysql

Posted by on Mar 18, 2014 in MySQL, Php | No comments yet

We can use the functions CASE .. WHEN … to map integer to text string in mysql The example query is as shown below You can also use the ELSE clause to specify a default, e.g.

Load More