SELECT rows with specific combinations of values in two columns using CodeIgniter's query builder [duplicate]
Is there any way to get nested where clauses? e.g.: [Code Block] I know I could just write this into a `query` function ...
Latest news, tutorials, and updates from the PHP community
7059 articles available
Is there any way to get nested where clauses? e.g.: [Code Block] I know I could just write this into a `query` function ...
I want to display a timestamp value catched from DB by using a php function `date()` to properly format my date time. Bu...
I have a function which adds an item to the basket. In this function, it checks to see if a basket already exists for th...
I am running the following query: [Code Block] The two consecutive queries run flawlessly in phpMyAdmin, but it shows a ...
I must have read all the similar posts here but still cant figure out why this is happening. My code: [Code Block] Now I...
In Joomla component com_search I modified line from: [Code Block] to: [Code Block] and got error 500 when something sear...
I'm not able to connect to this site http://www.youm7.com/newtkarirrss.asp using curl on the server But I can access it ...
I have get label of gif file successfully.how to get pdf format.I have read the guide about labelimageformat several tim...
I'm having trouble generating my query result. [Code Block] Will this work? [Code Block]
When a class instance is passed to a method & the class instance has not been set, the server throws a 500 error, instea...
I've tried my best to work out how to split a string into a array with two delimiters and still capture one and include ...
I would like to know if this SQL statement can be done with CodeIgniter's query builder methods. [Code Block]
Showing 5905 to 5916 of 7059 articles