Last updated on November 11th, 2024 at 02:31 pmPEAR stands for PHP Extension and Application Repository. This PHP script uses the PEAR DB library to connect to a MySQL database, execute a query, and retrieve results. Create a Database of your choice and run these sql queries in the database. Now our PHP file for […]
Page 43 of 58
How to find size of a directory using php
Last updated on May 7th, 2025 at 07:54 amIn this tutorial we are going to find the size of each files within a folder and then display the total size of folder or directory. We are using 4 inbuilt functions for this Very first step is to provide the path of the directory you would […]
How to Implement JavaScript Profanity (bad words) Filter for Web Forms
Last updated on May 7th, 2025 at 07:49 amIncorporating a profanity (bad words) filter into your web forms is essential for maintaining a respectful and user-friendly environment. Ensuring that user-generated content on your website remains appropriate is crucial. One effective method is to implement a client-side filter that detects and prevents the submission of messages […]
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 […]