Category Archives: PHP

Create Dynamic XML Using PHP Part -2 | Create List and Delete Entry

By | August 21, 2021

Click here for create dynamic XML using PHP part 1. Now this is part 2 in this tutorial i will show you how you can list and delete the xml data from your page. In the previous tutorial we have created the XML file with our form. Listing the XML values to our page is… Read More »

Create Dynamic XML Using PHP Part -1 | Create Dropdown Using XML

By | August 13, 2021

Create Dynamic XML using PHP is our new topic, Hello friends, this time i came up with interesting dynamic use of xml instead of Database. Many times we need to save some values and we do not need to play with database features. This XML facility can help you to make things dynamic like: Website… Read More »

Generating Random Alphanumeric / Numeric Values in PHP

By | December 10, 2020

Hello friends hope you all are doing good and please be safe in this PANDEMIC situation. Wear Mask always. Generating random alphanumeric value in PHP can be done using some methods. All the methods have their own working style and output.  Do you know generating random values can help you to make OTP and Password’s… Read More »

Save HTML Form Using Jquery and PHP Without Page Refresh

By | October 22, 2020

Hello friends hope you all are doing good and please be safe at your home in this pandemic situation. In the previous tutorial we have used Ajax to save the HTML form without refresh.  Now in this tutorial we will use the Jquery to send the data to our PHP script. In Jquery we can… Read More »

Save Html Form Using Ajax and PHP Without Page Refresh

By | October 10, 2020

Hello friends hope you all are doing good and please be safe at your home in this pandemic situation. Usually we use to save our html forms using our server side language but these days no body want to refresh the page after clicking the submit button. As it took much time to reload the… Read More »

Create Excel .xls File using PHP Spreadsheet and Mysql

By | October 5, 2020

Hello friends hope you all are doing well and please be safe in this pandemic situation of Corona we all loves you. This tutorial is for those wants to create .xls file using PHP.  Most of the time we use this while we are generating reports. We use PHP Spreadsheets for creating the xls file.… Read More »

Converting PHP Array to JSON in PHP

By | October 2, 2020

Converting an PHP array to JSON in PHP is quite easy and useful. These days while creating API’s almost everyone is using JSON. Also while showing data from database we use to get it in JSON format these days. JSON is accessible in PHP as well as Javascript or Jquery and other languages also.  JSON… Read More »

Facebook Like Preview Box in PHP | URL Preview Box

By | July 16, 2019

Facebook like preview box is very useful to get the information about the link we want to share. Recently i was working over a project and i was in need of this preview box. While thinking about this i remember i have created a script regarding the Facebook like preview box in PHP 5 or… Read More »