Page 55 of 56

How to Run SQL Queries and Create Backups in phpMyAdmin

Last updated on November 8th, 2024 at 12:14 pmObjective: In this tutorial, you will learn how to run a MySQL query using phpMyAdmin and also steps to take backup of the database using the export option. Step 1: Login to PHPMyAdmin and Create a database. Check this tutorial on How to enable PHPMyAdmin authentication Note:-If […]

How to create Transparent Box using CSS

Last updated on November 22nd, 2024 at 01:20 pmThis script creates a box with a transparent background using CSS, overlaying it on a background image or color. There are essentially two div elements: one with a width of 600 pixels and another smaller one measuring 500 pixels. The smaller div contains text that possesses an […]

How to check password strength using javascript

Last updated on February 21st, 2022 at 07:29 amHere is simple method to check the password strength using javascript, just copy and paste the script given below in your registration field and customize it accordingly.Add this code below inside the body tags of your page. Some bugs have been fixed and the script is working […]

PHP Directory Management: How to Create and Delete Directories

Last updated on November 8th, 2024 at 12:11 pmIn this section, we will explore the process of creating and managing directories through a straightforward PHP script. This will serve as a comprehensive guide for PHP directory manipulation. Listing Directory Let’s start with simple listing the contents of a directory. We need three functions to perform […]

« Older posts Newer posts »