SELECT query LIMITED to the last N rows then sorted ASC
How can I display only the LAST 10 results from a mysql query? I want anything prior to the last 10 results to be ignore...
Latest news, tutorials, and updates from the PHP community
7044 articles available
How can I display only the LAST 10 results from a mysql query? I want anything prior to the last 10 results to be ignore...
I create php application for small businesses. Some of the clients may prefer running the app on a local server, therefo...
With my very basic PHP knowledge I'm trying to make a module for Joomla V1.5. I am not quite into all the Joomla classes...
I have a user table with date of birth. I need to send them email to wish for their birthday. When i use a php code it o...
So far I had always used 'en_UK' for British English. Today I got an error when using it with Zend Framework because the...
In total, there is a possibility to input 28 values, including checkboxes and selection options. So I have this code rep...
I was wondering how I can handle a mysql request in php precisely as an object. Ex: [Code Block] 1- Supposing that table...
Solved, see accepted answer We're randomly getting some very strange error logs. They don't happen on every page hit, ev...
I would like to convert the following raw SQL into a CodeIgniter script with query builder methods. [Code Block] The abo...
After successful user registration my MySQL db table puts `0000-00-00 00:00:00` into `lastlogin_date` and `lastlogout_da...
I have a website that publishes articles every day. I want to have a corresponding Facebook group that I can publish the...
how can I debug a query that it what its going to run, like `$this->Article->find('all',array('id'=>123));` is probably ...
Showing 6373 to 6384 of 7044 articles