Jquery Duplicate Fields Form Submit with PHP Sumit Kumar Pradhan May 01, 2019 This tutorial explains How to submit jquery duplicate/clone field values to form with PHP . In this example we are going to provide very s... Continue Reading
How to Encode and Decode URL Using PHP Sumit Kumar Pradhan September 15, 2018 This post explains how to encode and decode URL using php . PHP supports encoding and decoding of URL by providing some built-in functions.... Continue Reading
PHP XML Reader Example Sumit Kumar Pradhan April 23, 2018 Today, In this tutorial we are going to learn how to parse an large XML file using XMLReader Class . The XMLReader extension is an XML Pul... Continue Reading
Upload and Create a Zip Files In PHP Sumit Kumar Pradhan April 14, 2018 This tutorial explains how to upload multiple file and zip the file using php. Here we are creating a zip file using ZipArchive class of ph... Continue Reading
How to Download Files From Server Using PHP Script Sumit Kumar Pradhan April 14, 2018 In this tutorial, we are going to discuss how to download simple image file from the server location to local machine . Using this techniqu... Continue Reading
How to unzip or extract zip file using PHP Sumit Kumar Pradhan April 11, 2018 This post explains how to unzip or extract a folder using PHP with the help of ZipArchive class. ZipArchive is a built in class of PHP ... Continue Reading
How to create a zip file using PHP - ZipArchive Class Sumit Kumar Pradhan April 07, 2018 Today, we are going to discuss how to create a zip file in php . PHP has a ZipArchive class which can be used easily to create zip files. I... Continue Reading
Free PHP, HTML, CSS, JavaScript IDE - Codelobster IDE Sumit Kumar Pradhan April 07, 2018 Lets check out this Codelobster IDE. It may help you while doing coding activities for PHP, HTML, CSS, JavaScript Languages and it may mak... Continue Reading
Ajax Live Search With PHP and MySQL Sumit Kumar Pradhan April 01, 2018 Today, In this tutorial we are going to discuss how to create php ajax live search box using MySQL database . Now a days every website has... Continue Reading
How to get current page URL using PHP Sumit Kumar Pradhan March 02, 2018 In this tutorial, we are going to discuss how to get current page URL using PHP . $_SERVER is a super global variable , which is always av... Continue Reading
Select 5 Random Records From MySQL Database and Display Sumit Kumar Pradhan February 16, 2018 This post explain how to retrieve random records from the MySQL database and display the same records in UI. you can use this technique to... Continue Reading
Load more data using jQuery Ajax and PHP from MySQL database Sumit Kumar Pradhan February 04, 2018 In this tutorial, we are going to show you how to Load More Results From MySQL Database Using jQuery Ajax in PHP . We have used similar pag... Continue Reading
Create Pagination in PHP, MYSQL, JQUERY and AJAX Sumit Kumar Pradhan January 28, 2018 In this tutorial we are going to build AJAX Pagination with PHP using jQuery Pagination plugin . With the help of pagination concept we w... Continue Reading
PHP Limit Data Selections From MySQL Sumit Kumar Pradhan January 26, 2018 In this tutorial we will explain how Limit Data Selections From a MySQL Database . This technique helps to fetch large number data one by o... Continue Reading
Extract MP3 Songs Link in PHP Sumit Kumar Pradhan January 21, 2018 This tutorial explain how to extract MP3 songs from particular website . Nowadays it is a common and useful technique to extract data from... Continue Reading
Create Clickable Comment Link in PHP Sumit Kumar Pradhan January 21, 2018 This tutorial explain how to create clickable link using HTML Comment Box . You May have been observed different links, while posting comm... Continue Reading
Convert URL To Clickable Link Using PHP Sumit Kumar Pradhan January 07, 2018 This post explains how to Convert URL To Clickable Link Using PHP . Here I am using below PHP function to turn all URLs in clickable li... Continue Reading
Extract URL Data Like Facebook Using PHP, jQuery and Ajax Sumit Kumar Pradhan December 30, 2017 This post explains how to create Extract URL Data Like Facebook Using PHP, jQuery and Ajax . Basically in the URL Extraction we are ret... Continue Reading
Download a URL’s Content Using PHP cURL Sumit Kumar Pradhan December 24, 2017 In this tutorial we are going to learn how to extract or download the content from the specific URL . Nowadays it is a common and useful te... Continue Reading
Htaccess File Tutorial and Tips Sumit Kumar Pradhan December 23, 2017 Today we are going to share some ideas about Htaccess. Basically Htaccess is a configuration file use on web servers running the Apache We... Continue Reading