Use CodeIgniter's query builder to SELECT 10 records ORDERed BY id DESC, then ORDER BY id ASC
I would like to know if this SQL statement can be done with CodeIgniter's query builder methods. [Code Block]
Latest news, tutorials, and updates from the PHP community
8596 articles available
I would like to know if this SQL statement can be done with CodeIgniter's query builder methods. [Code Block]
What is the meaning of `/**` in PHP? For example: [Code Block] i cant seem to search about it? what is the keyword to us...
I have a sql query that pulls all types of data from 3 different tables that I now want to display in an array. I can ge...
Non-object error Error: Call to a member function fetch_assoc() on a non-object My Code: [Code Block] I am new to prepar...
I am doing a small form validation using ajax. The user provide a key and when the form is submitted I call an ajax meth...
[Code Block] When I try to connect to MySQL, everything is fine, but after that, I am getting: Warning: `mysqli::close()...
I have an multidimensional array of a player list for Call of Duty 4. When I try to echo the array it comes back with `A...
Using Datamapper 1.8.1-dev for PHP's CodeIgniter, I'm trying to build this query to prioritize one country name at top o...
The following error triggers a MySQL error, this is due to query not binding the parameter to the statement. I do not un...
I have a php script with the following command I am running: [Code Block] pgrep usually returns "1" if it does not find ...
I'm working on a muli language website and I have articles they may or may not be in all the languages the website is in...
I have the following code in my codeigniter's view file. [Code Block] my model [Code Block] If I run the above code I ge...
Showing 7453 to 7464 of 8596 articles