How to remove outdated files and empty directories for garbage collection
I'm tweaking a garbage collector class whose job is to iterate through a disk cache of files in subdirs, find any that a...
Latest news, tutorials, and updates from the PHP community
6993 articles available
I'm tweaking a garbage collector class whose job is to iterate through a disk cache of files in subdirs, find any that a...
How to validate that uploaded file is not empty in case it is less then 1kb? [Code Block] The validation rule will retur...
can you help I want to add this feature to my login system, the user logs in but after logout they can't log back in for...
I am trying to setup up PHP IMAP for the first time. I have the following script as a sarter: [Code Block] This is PHP 8...
I have some PHP-DI dependency definitions in my application which bind to factories producing `PDO` instances, for examp...
I am migrating a legacy PHP application (100% file-based) to Symfony and using Symfony only as a front controller. The S...
I am working on an OpenCart 4 extension that needs to listen for cart events, such as: [Code Block] The events are succe...
I'm trying to apply `firstLine` indentation to a paragraph but it's not working. Below is my code: [Code Block] I'm usin...
I have PHP 8.5 running on Apache 2.4 on Windows, PHP is running as Apache Module. When I run `php -m`, I get all the ext...
I am having trouble with the delete function for my table items. It keeps returning a modal with a value of 1. I have tr...
I need to retreive registred users on my Wordpress website who have a Gravatar profile image. Would that be possible usi...
I´m facing an issue with my public/.htaccess file after making a change and the reverting it. The change `RewriteRule .*...
Showing 541 to 552 of 6993 articles