Pinned content
View all 3 collectionsPHP admins have deemed these posts noteworthy.
Start learning PHP — Useful resources for beginners and advanced
Common Mistakes to Avoid in PHP
Can you answer these questions?
View all unanswered questionsThese questions still don't have an answer
Show a success message after deletion from nova resource
How to add routes in laravel 12
Impact of PHP_FCGI_MAX_REQUESTS with lighttpd 1.4.80 and php-cgi
Why does Apple iCloud CalDAV always return 400/405 on PUT (creating events)? Is iCloud CalDAV write-protected?
VS code treats the address C://php.exe as h:/web/c:/php.exe
Recommended answers
View all recommended answersThese answers have been recommended
Problem with module during dolibarr update
You have upgraded to the wrong version. The 20.0.2 release is an update for the 20.0 branch. But you are coming from the 16.0.3 version, so the 16.0 branch. Please follow the upgrade instructions for ...
Symfony/Doctrine: PostgreSQL Migration Issue – Undefined column error only in HTTP Kernel (CLI works)
What you call out as a // Temporary Fix #[ORM\Table(name: '`user`')] actually is making use of the correct form to tell the Object Relational Mapper (ORM) what the actual name is. As user is a ...
How does a recursive function work in PHP?
hasn't $i been incremented 3 times by that point ...yes, but it gets incremented within the scope of each individual call to the function - and then thrown away, because (aside from the echo rec($obj)...
Symfony monolog add additional info to all logs
Problem is that some logs (e.g. deprecations) are logged before Kernel::request event. That means there is no "current request" in strack. Sure, but as that will ever be you need something ...
Splitting SQL output evenly into 3 HTML columns
Some sample data and expected result would go a long way to making your question clearer. And yeah this would have been better posted on the main troubleshooting posts rather than advice, I think. ...
See what's trending
View all trending questionsThese are the most active questions in PHP Collective
How can I prevent SQL injection in PHP?
How do I check if a string contains a specific word?
Reference Guide: What does this symbol mean in PHP? (PHP Syntax)
How do I get a YouTube video thumbnail from the YouTube API?
Deleting an element from an array in PHP
Quick guide to Laravel package development
Properly removing API from Laravel project
How to trim (or non-breaking space) in PHP?
Evolution of Type Declarations in PHP
Start learning PHP — Useful resources for beginners and advanced
Simply submit a proposal, get it approved, and publish it.
See how the process works