Split string before and after bracketed expressions and omit brackets from the results
Like this post I need to split on brackets. But I also need to lose the brackets. [Code Block] into: [Code Block]
Latest news, tutorials, and updates from the PHP community
8579 articles available
Like this post I need to split on brackets. But I also need to lose the brackets. [Code Block] into: [Code Block]
I am getting a parse error, and I think it's because of the quotation marks over `"time"`. How can I make it treat it as...
I've read all the post I found regarding this issue but nothing works. I'm using Codeigniter 2.02 in a LAMP with Apache2...
I got a little problem with datamapper, and I'd like to know if there is a quick solution. Let's say I have this kind of...
[Code Block] I'm wondering if there's a function for this.
I've just started using ZF and there's some very handy libraries that save me a lot of time but I can't see the advantag...
I want to concatenate two fields with a comma: [Code Block] The rendered query is: [Code Block] Notice the added spaces ...
I am grabbing $_GET variables that will look like typeX, optionX, groupX, etc. where X equals any positive whole integer...
I'm really struggling to make some regex to turn: [Code Block] into rows of an array that are like: [Code Block] Could a...
I am trying to integrate an API, and in the API integration instructions it shows the following: [Code Block] CURL Examp...
I have a string like this: Tickets order: № 123123123. CED-MSW-RPG-MOW-CEK PODYLOVA/ALEMR 555 423578932 19OCT11 Tickets ...
I need help with my code. The if statement will check session for user privilege. If it's admin it will show the `active...
Showing 7837 to 7848 of 8579 articles