Page 43 of 56

Change hyperlink color using Javascript [Dancing Links]

Last updated on February 22nd, 2022 at 09:26 amChange hyperlink color using Javascript [Dancing Links] This tutorial will show you how to Dynamically Change hyperlink colors on a website using javascript. This script will create links with different colors [dancing links] once the page is loaded. As shown above I have created two hyperlinks with […]

How to get the size of a MySQL database using PHP

Last updated on March 31st, 2022 at 10:26 amThis is a simple tutorial that shows how to get the size of the MySQL database using php. This works in all latest PHP versions. We are using mysqli_connect function. The query we are running to find the size of the database is SHOW TABLE STATUSWe are […]

How to lock text file before writing using PHP

Last updated on April 27th, 2022 at 10:12 amIn this tutorial we are going to see how to lock a text file before writing data using php. When a developer uses text file instead of SQL or MYSQL or any other database for their website, many will come across issues due to simultaneous insertion of […]

How to perform MySQL backup using PHP and Email

Last updated on August 9th, 2022 at 09:55 amThis script will show you how to take complete MySQL database backup by running the PHP script. Then Email the backup file as an attachment. Steps involved Take complete MySQL database backup Gzip the file Send the file as an Email attachment. Modify these variables according to […]

« Older posts Newer posts »