PHP regular expression to test for repeated characters
I have a string in PHP like this: [Code Block] I want to know if there is any repeated characters more than two times us...
Latest news, tutorials, and updates from the PHP community
6993 articles available
I have a string in PHP like this: [Code Block] I want to know if there is any repeated characters more than two times us...
A webhook is sending me a POST, and I want to do some debugging on it. Currently I'm looping over the array and then sen...
Possible Duplicate: Javascript === vs == : Does it matter which “equal” operator I use? In PHP and Javascript code i'm s...
What is this? This is a collection of questions that come up now and then about syntax in PHP. This is also a Community ...
I am facing an issue with the pagination helper. I am sorting the records based on user criteria like date range etc via...
I'm making an item shop for a game of my friends, when accessing the shop, I have it check the session to see if you are...
I'm getting unexpected values for variable calculations: [Code Block] I've verified that `$var2` is 3, `$var3` is 0.1, `...
This is the code that give the error: [Code Block] The error is: You have an error in your SQL syntax; check the manual ...
what is no-oo mvc in php? If it is possible, give an example. If not, why?
Given a Unicode decimal or hex number for a character that's wanting to be output from a CLI PHP script, how can PHP gen...
I have the following input: [Code Block] And I need to split into this: [Code Block] I'm trying to use `preg_split()`, b...
I'm looking for a way that I can extract the first letter of each word from an input field and place it into a variable....
Showing 6649 to 6660 of 6993 articles