How to Create Fedex Multiple Package Shipment Label using API Call in PHP

In our previous post explained how to create Fedex shipping label using PHP programming language. In this post we explain fedex multiple package shipment label process. By default Fedex allow maximum 150 pound weight limit for one box shipment. If your order exceed shipment weight limit, than Fedex divide package weight as limit wise.

How To Use Cron Job in Ubuntu Server

Cron job is the best way to automate the process. It will execute task in the background on server machines. In our previous post explained How to setup cron job using cPanel. Today we are going to share process of use Cron Job in Ubuntu or Linux Machines.

Simple Way to Create PHP stdClass Objects

Use type casting for create stdClass objects in PHP. Its convert simple array into a stdClass object. This is very quick and easy way to creating new stdClass objects with desired properties set.

Best 10 Personal WordPress Blog Themes for 2016 (Free & Premium)

More than 74 million websites running on WordPress, that why it is the most popular content management system (CMS) using world wide. Main reason of its popularity is that it is quite easy and flexible to use. If you want to start your own website, then best option is WordPress.

How to Benchmark PHP Code For Speed

In computer terminology, benchmark is the process of measuring the performance of computer resources, particularly the hardware, against any task performed by the computer.

Awesome YouTube Downloader Software – Airy 3.0

Now download youtube video going to be very easy. New amazing application Airy comes, its provide easy way to save YTB videos without any hiccups. Eltima softwares release Airy 3.0 version for MAC and Windows users with some worthy features like High quality video resolution, format supported FLV, MP4 and 3GP.

PHP Code to Remove Unwanted Keys from Json Strings

Json is the most common format used by API providers to express their output. Json provides a very simplified and easily understandable key-value pair formatted data that can be further manipulated and used at great ease.