Tag: scripts (Page 3 of 14)

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

Calculate number of days between two dates PHP

Last updated on November 7th, 2024 at 08:34 amPHP Date Functions Explained, calculate the Days Between Two Dates with Ease, You have the option to input the dates manually or provide them dynamically. In conclusion, this PHP code snippet effectively demonstrates how to calculate the number of days between the current date and a specified […]

How to remove non alphanumeric characters using PHP

Last updated on August 30th, 2022 at 04:14 pmNon-Alpha numeric characters are any which is not A-Z,a-z or 0-9. In this tutorial we will discuss on how to remove or replace non alphanumeric characters using php. We have two examples in the demo one is removing the non alphanumeric characters and the other is replacing […]

« Older posts Newer posts »