Check a Device's Network Connection with complete example

Device can have two types of network connections, either a Wi-Fi or a mobile network connection. If a network connection is unavailable, android application...

What is use of supportsRtl true in android example

Android has full native support of RTL layout or text orientation since SDK 17 (Jelly Bean). Mostly mobile apps are designed in LTR (Left to Right)...

Jquery Ajax pagination with php with complete example

In this article, we’re going to explain how to paginate your data using PHP and AJAXwithout page reloads and without a click, Yes without anywhere...

jQuery ajax GET example with PHP with complete example

jQuery Ajax is the powefull tool of jQuery, You can create attractive webpage with the help of JQuery ajax. Ajax methods return a superset of the object.

How to get field name in mysqli using php with example

Suppose, you want to show all record of the database table and you don't know about the table detail like how much column and how much rows...

How to create MySql database connection in php example

Whenever you want to save some important data on database you must need a connection between your project to MySQL. The tutorial takes you through...

How to use session in php code - with complete example

PHP session is used to store information in a variable temporarily to be used across multiple pages. PHP session creates unique user id for each browser...

How to create multidimensional Array in php example

We know an array is a special variable, which can hold more than one value in one single variable. In PHP array can be used multiple types which...

How to combine or merge array in php - with example

Beginners have lots of confusion between array combine and array merge in PHP. So I just go through with this post to introduce the difference between...