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 […]
Category: 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 […]
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 […]
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. […]
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 […]
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 […]
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 […]
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 […]
Upload Multiple Images Using PHP | Drag and Drop Image Upload
Uploading multiple images using php is the main thing to achieve with this tutorial. In this article i will show you that how you can upload multiple images using Jquery Drag and Drop Feature. We will also save the uploaded values to the database so that you can use it further. I have already written […]
Create Dynamic Selectbox Dropdown Using Text File in Just 5 Mins
Creating database for showing items in Dynamic Selectbox is too easy but took much time to complete the proper process of Creating, Updating, Deleting, Positioning the data. We have to create almost 2 3 extra pages for a single dropdown. If i tell you that you can eliminate this process and achieve the same […]