Category: Tools (Page 3 of 6)

How to monitor server load using PHP

Last updated on November 7th, 2024 at 09:21 amThis PHP code checks the current load on the server and takes different actions depending on whether the server is under heavy load or not. Let’s break it down step by step: This code is useful for monitoring server load and preventing overload by limiting access when […]

How to create Image Hit Counter using PHP

Last updated on November 8th, 2024 at 12:33 pmThis is an advanced yet straightforward graphical hit counter developed using PHP and MySQL. A key benefit of this script is its ability to dynamically alter the counter’s appearance. The only requirement is to have numeric image files ranging from 0 to 9, named according to the […]

How to create custom alert pop up window using jQuery

Last updated on May 3rd, 2024 at 11:26 amIn this tutorial you can see how we can display jQuery UI dialog box instead of the regular Javascript alert message window on a webpage. The script is also flexible and will display different themes available in jqueryui.com automatically. The themes are defined inside a Javascript array […]

How to connect to MySQL database using servlet

Last updated on April 20th, 2022 at 10:00 amIn java we can make use of Servlets to connect to Mysql database and Display results in html. Name of my database as My_test and display the column with the name Firstname from table named Employees. Modify localhost to the name or ip address of the server […]

« Older posts Newer posts »