How To Setup Email Forwarding on Cpanel

Email forwarding is whereby a copy of send email is also send to another email address that you specify. You can add email forwarding using your cpanel account. Follow the…
Pagination

How To Create Pagination With Php

You already know what pagination is if you are reading this post,if you dont know pagination is the process of creating pages. In order for you to create pagination with…
Php Curl

How To Send POST data with cURL.

You may want to pass data to another url using data from the database,in this way a user does not need to enter the data in the form,you can use…