Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts
CURD operations using PHP Functions with Bootstrap

CURD operations using PHP Functions with Bootstrap

Hi, In this tutorial, I am going to teach you how to perform the CURD operations using PHP Functions with Bootstrap. What do you mean by CRUD operations ? CRUD operations are the basic operations in database C - Create R - Read U - Update D - Delete Generally, we implement the CURD operations normal way. But we implement these operations by using...
How to save the image from url directly

How to save the image from url directly

Hi, In this tutorial, I am going to teach you how to save the image from url directly. Suppose in your web application user picture to be taken from the external URL. for example if a user signup / login using facebook in this case user profile picture url is return from the facebook. then you have to save the image from the external source in this...
How to detect the mobile device in PHP

How to detect the mobile device in PHP

Hi, In this tutorial, I am going to explain How to detect the mobile device in PHP. This is the simplest way to identify the users mobile device.In many cases, the site owner wants to redirect the mobile users to some other location. For example, http://www.example.com is the main website URL and one more URL is http://m.example.com . Here http://www.example.com...
How to Create, Read, Update and Delete a Cookie in PHP

How to Create, Read, Update and Delete a Cookie in PHP

In this tutorial, I will explain how to create, read, update and delete the cookie in PHP. What is a cookie ? Generally, the cookie will be stored in client side i.e in a browser, Each time the same computer requests a page with a browser, it will send the cookie to the server. This mechanism is mostly used in the shopping carts. How to create the...
How to integrate the Bulk SMS Provider API in PHP

How to integrate the Bulk SMS Provider API in PHP

Hi, In this tutorial, I am going to explain how to integrate the Bulk SMS Provider API in PHP. What is Bulk SMS Provider API ? Bulk SMS Provider is extended message service through Their software has provided a bulk full of messaging feature connecting all of us across the entire country. This service has whacked the other previously used SMS services...