Page 57 of 58

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

How to count number of rows in MySQL using PHP

Last updated on November 7th, 2024 at 07:30 amThis script provides guidance on determining the total number of rows in a MySQL table using PHP. Below, we present examples utilizing the deprecated mysql_connect function as well as the newer mysqli_connect function. The code below assist in determining the number of rows in a MySQL database […]

« Older posts Newer posts »