Pinned content
View all 3 collectionsPHP admins have deemed these posts noteworthy.
Common Mistakes to Avoid in PHP
Start learning PHP — Useful resources for beginners and advanced
Can you answer these questions?
View all unanswered questionsThese questions still don't have an answer
I'm getting 401 Unauthorized when accessing protected routes using http only cookies in Laravel with axios
Symfony Backend with React Js Frontend
How to correctly save an apostrophe in WordPress Database?
Ensuring casts are applied before Laravel data constructor is called
Laravel Livewire wire:modle and wire:click showing 404 on cpanel but works fine on localhost
Looking for an extra challenge?
View all bountied questionsThese questions have a bounty on them
How to correctly encode special characters when programmatically creating ACF Gutenberg-Blocks in Wordpress?
Recommended answers
View all recommended answersThese answers have been recommended
CodeIgniter and Ajax: Dynamic Dependent Dropdown not working
In the View markup, identify options reliably by assigning the database id as the option value attribute value. In the great majority of cases, relationships should be built on ids, not names. <...
Missing required parameter for update route laravel 11
In Form <form action="{{ route('updatetransaksi', ['id' => $id_penjualan]) }}" method="POST"> use route() instead of url(). URL route won't automatically resolve named ...
Dynamic menu building and navigation using URL parameters PHP
First, let me bring to your attention that the $activeItem parameter of generateNavMenu() is never used -- that indicates that a re-think and some editing is required. Second, when a pg option is ...
Event Color based on Resource / Room Color - Fullcalendar.js PHP MySQL
As per the eventDisplay documentation, by default you will only see the dots on timed events in the dayGrid view, not the coloured rectangle. If you want to see that coloured rectangle in the dayGrid ...
How to force column to be in array if it matches the whole thing?
Because we don't have sample data to test against and because future researchers might need explicit checks for 2 and 8 (not just two rows which contain 2 or 8 which might unintentionally match ...
See what's trending
View all trending questionsThese are the most active questions in PHP Collective
How can I prevent SQL injection in PHP?
Reference Guide: What does this symbol mean in PHP? (PHP Syntax)
How do I check if a string contains a specific word?
How do I get a YouTube video thumbnail from the YouTube API?
Deleting an element from an array in PHP
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