PHP regex to return <option> values
Just wondering if you can help me out a bit with a little task I'm trying to do in php. I have text that looks something...
Latest news, tutorials, and updates from the PHP community
8579 articles available
Just wondering if you can help me out a bit with a little task I'm trying to do in php. I have text that looks something...
This is the query that I'm trying to achieve via CodeIgniter's query builder pattern: [Code Block] This is my coding att...
I want to take a date and work out its week number. So far, I have the following. It is returning 24 when it should be 4...
I'm using CI's active record to generation a query result. This is the meat of the query produced: [Code Block] I want j...
I'm using CI's active record to generation a query result. This is the meat of the query produced: [Code Block] I want j...
I am getting the following db error but I am unsure why because its two different tables: [Code Block] Controller: [Code...
It seems to be that the HTML5 spec (and therefore ECMA262) allows `` to match the string '0/0' even though the forward s...
Everything was working fine in my little project, until I decided to clean up a little bit and moved database-related ph...
I would like to execute a single PHP statement like `if(function_exists("my_func")) echo 'function exists';` directly wi...
Why is `parse_url()` returning empty string in this case? [Code Block]
I try to do login pages with session in Codeigniter. In order to do that, I made a model [Code Block] and in giris contr...
I have a simple project and that is to create a function that will check for mysql and odbc connection. I'm already done...
Showing 7681 to 7692 of 8579 articles