Page 26 of 56

How to Upload and Store Images in MySQL Using PHP

Last updated on May 29th, 2025 at 10:03 amLearn how to upload and store images directly into a MySQL database using PHP. This step-by-step guide covers everything from setting up the database to displaying the uploaded images. Ideal for developers working on user profile systems, content management systems, or any application requiring image storage. Prerequisites […]

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 »