Last updated on March 22nd, 2024 at 01:29 pmHey guys, Today one of my reporting tool was having an issue with its mail content. The tool is suppose to give me report for the previous days management processes done by my users. I have noticed that in the EMAIL content there were some Exclamation marks […]
Category: PHP (Page 10 of 15)
Learn PHP programming through practical examples and tutorials. This category covers core PHP concepts, form handling, file opera
Last updated on January 25th, 2022 at 04:42 pmSimple php captcha script This script will show how to create captcha image using php. We have captcha.php, class.simplecaptcha.php,white.png and 3 font files. We will provide clear working scripts and a demo on integrating captcha using php. The file captcha.php contains all the settings on how to […]
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 […]
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 […]