Posted in: PHP

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

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 […]

Posted in: PHP

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

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 […]

Posted in: PHP

Generating Random Alphanumeric / Numeric Values in PHP

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 […]

Posted in: Jquery, PHP

Save HTML Form Using Jquery and PHP Without Page Refresh

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 […]

Posted in: Jquery, PHP

Save Html Form Using Ajax and PHP Without Page Refresh

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 […]

Posted in: PHP

Create Excel .xls File using PHP Spreadsheet and Mysql

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. […]

Posted in: PHP

Converting PHP Array to JSON in PHP

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 […]

Posted in: PHP

Cron Job in PHP on Localhost in Windows | Scheduler in PHP

Running Cron Job in PHP is very easy at server side and also at localhost. In this tutorial i will show you how you can create Cron Job in PHP on Localhost in Windows. You can also say it as Creating Scheduler in PHP at localhost. We use the Cron Job for scheduling the task […]

Posted in: Google, PHP

How To Use Google reCAPTCHA in PHP | Best Way to Stop Bots

In this tutorial you will lean How to use reCaptcha in PHP. Using Captcha in our form helps us to stop spam entries. We can stop the spammers from filling our the webforms. When we create a page for getting the enquiry from customer or any details our mail box is flooded with spam mails […]

Posted in: Home, PHP

Facebook Like Preview Box in PHP | URL Preview Box

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 […]