Getting count WHERE BETWEEN dates
I have a little problem when I'm trying to get count of rows from table, where `date` is `BETWEEN 2012-09-01 AND 2012-09...
Latest news, tutorials, and updates from the PHP community
8596 articles available
I have a little problem when I'm trying to get count of rows from table, where `date` is `BETWEEN 2012-09-01 AND 2012-09...
I'am learning to make a blog in CodeIgniter 2.x . What I want - when user clicks on the link readmore on the blog's page...
My session is not working in chrome and safari browser and working in firefox. Can anyone explain why this is happening ...
Morning all Basically, I am unable to make successful cURL requests to internal and external servers from my Windows 7 d...
I'm new to Codeigniter and OOP PHP. Controller: [Code Block] If `echo $planet` in the controller it does what it's suppo...
How can I check if a key exists? If yes, then how do I get the value of this key from an array in PHP? E.g., I have this...
I am currently trying to add data to the database using CodeIgniter. I have already set up a registration page using the...
I am having trouble getting two tables and passing them to controller: Model: [Code Block] Controller: [Code Block] How ...
On my database I have fields that has value of 1 Blue White 2 White Blue 3 Blue 4 White for every ids. I have a controll...
I am trying to find out the latest image uploaded in each of the categories of a website from the database where the str...
I can insert multiple rows in the database, but the problem is when I am trying to update it gives me a Codeigniter erro...
Below is my model, it works correctly. Right now, it is returning `false` because there are no records for a new student...
Showing 7393 to 7404 of 8596 articles