Scroll to top
© 2022, Empty Code | All Rights Reserved
Share

Web Development


Category

Multi Step Form or Wizard in Bootstrap 5 using jQuery

Multi Step Form or Wizard in Bootstrap 5 using jQuery

If you are creating a registration form or any form which requires the user...

Rahul Kumar Sharma October 13, 2022
Autoplay Text Slider by using HTML, CSS & JavaScript

Autoplay Text Slider by using HTML, CSS & JavaScript

There are so many plugins which have inbuilt features of the slider. Here we...

Rahul Kumar Sharma August 13, 2020
Sending Emails in PHP using PHP Mailer Library without Composer

Sending Emails in PHP using PHP Mailer Library without Composer

To send emails in PHP, It's always recommended to use a popular library called...

Rahul Kumar Sharma May 15, 2020
JSON String to PHP Array/Object

JSON String to PHP Array/Object

Converting JSON String to PHP Array can be done by using the json_decode()function. By...

Rahul Kumar Sharma October 17, 2019
Copy text to Clipboard using JavaScript

Copy text to Clipboard using JavaScript

Instead of Copy text using the shortcut (ctrl+c), JavaScript is the simplest way. We...

Rahul Kumar Sharma October 15, 2019
Gradient Text CSS

Gradient Text CSS

The following code will help the UI Developer to write CSS for text gradient....

Rahul Kumar Sharma October 13, 2019
Disable update Notifications and Maintenance nags in WordPress

Disable update Notifications and Maintenance nags in WordPress

It is very annoying when we got WordPress or Plugin or Theme Update notifications....

Rahul Kumar Sharma October 11, 2019
Get User IP Address using PHP

Get User IP Address using PHP

Getting a User IP Address using PHP helps to track and monitor users' activity...

Rahul Kumar Sharma October 8, 2019
How to Backup Database through PHP

How to Backup Database through PHP

A regular Backup Database is a good practice that helps from data loss. This...

Rahul Kumar Sharma October 3, 2019
Login and Signup with prepared statements through PHP, jQuery, AJAX, MySQL

Login and Signup with prepared statements through PHP, jQuery, AJAX, MySQL

In PHP, We should always use a prepared statement which protects from SQL Injection....

Rahul Kumar Sharma October 2, 2019
Password Strength Validation in PHP

Password Strength Validation in PHP

Validation Password Strength is very recommended to help users to find a secure password....