Is there an equivalent to POSIX Regex [:punct:] in PCRE? [duplicate]
I have the following regular expression in PHP: [Code Block] To test a password entry for a special character. `MyPasswo...
Latest news, tutorials, and updates from the PHP community
7059 articles available
I have the following regular expression in PHP: [Code Block] To test a password entry for a special character. `MyPasswo...
Why by clicking on add products button I received category name empty at first index. It starts text from index 2 of the...
In Laravel 8 there was a shift to put models into their own `App/Models` folder after they were moved to the `App/` root...
Today I wake up and my website is not working. Other server sites work fine, but they don’t use Wordpess. I have not mod...
Our payment gateway requires us to have 2 decimals activated in WooCommerce, resulting in the price looking like this: 1...
I am trying do store a function in a file and extract to run when needed, but I cannot find a better way to do so. This ...
The following PhpSpreadsheet code is working properly on localhost but not on live server. THE ISSUE IS : [Code Block] P...
I have a date time string saved in DB as `20230829130000` and in actuality this string means: 2023-08-29 13:00:00 I want...
I'm working with Api Platform, Symfony and Doctrine. I'm expecting a JSON of an object from my frontend, which is essent...
I am using Twillio's sending of an SMS message, [Code Block] If I use the commented statusCallback to https://webhook.si...
I have a simple code to issue fuel items like diesel. Then I need to apply javascript validation to control issuig quant...
I'm trying to test my Laravel / InertiaJS / Vue / Vite project as part of my Gitlab CI/CD pipeline. I have 5 steps in my...
Showing 1705 to 1716 of 7059 articles