In this tutorial, We will learn how to implement username live check availability feature using PHP, jQuery and MySQL.We will send AJAX request to the server-side script(PHP) and get a response from the ajax request as a JSON object.
Php
How to Create Triangle in PHP
How to create a triangle in php, This is a very common question for beginner and intermediate-level programmers. I will share a script that will generate a triangle using PHP. This is a very common type of question in interviews. The programming languages can vary but the question will same as how to generate a […]
PHP file Handling Methods
This PHP tutorial help to understand PHP 7 file handling methods with examples.PHP has in-built file handling methods for common file operations.
Read File Line By Line Using PHP
In this PHP tutorial, We will learn how to read any text/xml file line by line and store it in the database. We will use PHP back-end language for reading and storing data in DB.
Different Types of web services
Before inventing web services, whenever we need to get data from a particular website, first we visit a website and with help of an HTTP request is sent to the server from web browsers and server responses display to the visitor. We’ll comparison here between SOAP, XML-RPC and Restful types of web services.