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 …
Magento Go is Shutting Down

E-commerce platform Magento, owned by eBay’s Enterprise division, is closing down two of its products designed to reach small to medium-sized online retailers: Magento Go and ProStores. The company has posted notices and informational guides on both product websites, directing …
PayPal Users Must Discontinue Using SSL 3.0

PayPal Users Must Discontinue Using SSL 3.0 By December 3, 2014 To address a vulnerability with the SSL 3.0 security protocol, PayPal and other payment gateways will be disabling SSL 3.0 support. Merchants must upgrade to Transport Layer Service (TLS) …
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 …