Skip to main content
Stack Overflow
  1. About
  2. For Teams

PHP Collective

A collective where developers working with PHP can learn and connect about the open source scripting language.
1.5m Questions
+43
15.6k Members
+55
Contact

Pinned content

View all 3 collections

PHP admins have deemed these posts noteworthy.

Pinned
35 votes
9k views

Common Mistakes to Avoid in PHP

A list of real issues most beginners encounter when using PHP.
Sasha's user avatar
Sasha
  • 101
Pinned
62 votes
6k views
2 minute read

Start learning PHP — Useful resources for beginners and advanced

Start learning PHP — Useful resources for beginners and advanced! If you're wondering where to start from learning the PHP language or needing some more knowledge to deep dive into the language, you ...
RB Projects's user avatar

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

1 vote
0 answers
43 views

Show consent to receive ads in WooCommerce emails

I'm using a code that adds a checkbox with consent to send ads: //Additional consent checkbox for receiving promotional materials add_action('woocommerce_review_order_before_submit', '...
0 votes
0 answers
48 views

Show consent to sending ads on the Thank You page in WooCommerce

I'm using a code that adds a checkbox with consent to send ads. //Additional consent checkbox for receiving promotional materials add_action('woocommerce_review_order_before_submit', '...
0 votes
0 answers
45 views

How to start Selenium standalone server from a PHP script?

In my PHP script I am using php-webdriver library with Edge webdriver to get data from a web page and I need to start Selenium standalone server from the script. I copied selenium-server-4.35.0.jar, ...
-1 votes
0 answers
46 views
+50

Upload multiple files when placing a WooCommerce order

I am using a code that adds a file upload field on the checkout page. How to add file upload to WooCommerce checkout? Many thanks to @LoicTheAztec for this code. I have created the files ...
1 vote
0 answers
37 views

Why do I have missing p tags from acf wysiwyg field?

I’m using ACF in wordpress. I created a field group named my_group that contains a WYSIWYG field called my_content. Then I created another field that clones my_group. Inside a flexible content field, ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

-1 votes
0 answers
46 views
+50

Upload multiple files when placing a WooCommerce order

I am using a code that adds a file upload field on the checkout page. How to add file upload to WooCommerce checkout? Many thanks to @LoicTheAztec for this code. I have created the files ...

Learn something new
These are the most recent articles in PHP Collective
3 votes
293 views
9 minute read

Quick guide to Laravel package development

Contents Introduction Types of packages Characteristics of a package The Laravel package! Components of a Laravel package Example of a Laravel package Creating your Laravel package 1- Package ...
2 votes
875 views
2 minute read

Properly removing API from Laravel project

Sometimes a development team may decide to remove all API functionality from a Laravel project for various reasons, such as: No longer needing any API, and shifting focus to web application with ...
10 votes
2k views
1 minute read

How to trim   (or non-breaking space) in PHP?

The main problem is the way trim() function works. One cannot reliably trim a substring using this function, because it takes its second argument as a collection of characters, each of which would be ...
Your Common Sense's user avatar
25 votes
57k views
3 minute read

Evolution of Type Declarations in PHP

Introduction: PHP, being a dynamically typed language, traditionally allowed flexibility in variable types, providing both advantages and challenges in code maintenance and robustness. However, with ...
62 votes
6k views
2 minute read

Start learning PHP — Useful resources for beginners and advanced

Start learning PHP — Useful resources for beginners and advanced! If you're wondering where to start from learning the PHP language or needing some more knowledge to deep dive into the language, you ...
RB Projects's user avatar

AltStyle によって変換されたページ (->オリジナル) /