Search code examples
How to produce an array from a CodeIgniter query result object...


phpmysqlcodeignitercodeigniter-2resultset

Read More
Database Design w/ Foreign Keys Question...


mysqldatabase-designforeign-keysforeign-key-relationship

Read More
PHP Upload image to mysql database using PDO?...


phpmysqldatabasepdo

Read More
Two Joins and a Where clause...


sqlmysql

Read More
Insert picture into database using php...


phpmysql

Read More
Checking for nulls in CASE expression...


sqlmysqlcase

Read More
MySQL delete first row when new is added when at 15 rows...


phpmysqlcodeigniter

Read More
Subtract from SUM in CASE expression...


mysqlsqlsumsubtraction

Read More
Sum of three columns which is populated using case expression...


mysqlsql

Read More
SUM 2 values in a CASE expression...


mysqlsql

Read More
How to format a query result set as a JSON string...


phpmysqljsonresultset

Read More
How to prepare and present grouped database data with CodeIgniter...


phpmysqlcodeignitermodel-view-controllergrouping

Read More
How to group database rows and sum a column of values per group...


phpmysqlselectgroup-bysum

Read More
Getting the latest record in CodeIgniter using Group_by...


phpmysqlcodeigniter-3

Read More
MySQL compound primary key duplicate entry error even though there is no duplicate entry...


mysqlduplicatesprimary-keymysql-error-1062compound-key

Read More
How to compare with null in the query?...


phpmysqlsqlpdo

Read More
SELECT rows which have specified pairs of column values using CodeIgniter's query builder...


phpmysqlcodeigniterselectquery-builder

Read More
order_by() and limit() called after update() are rendered in a subsequently built query in CodeIgini...


phpmysqlcodeignitersql-order-byquery-builder

Read More
Why can I add null value to primary key in SQLite?...


sqlmysqldatabasesqlitenull

Read More
MySQL procedure insert if foreign key not exist...


sqlmysqlif-statementstored-procedures

Read More
Complex mysql query. Return as multiple rows as apposed to single row...


mysql

Read More
Find identical aggregated combinations from pivot table in SQL...


sqlmysqlrelational-division

Read More
How to prevent a duplicate name from a form submission with CodeIgniter's validation...


phpmysqlcodeignitervalidationsubmission

Read More
Duplicate rows CodeIgniter...


phpmysqlcodeignitersql-insertquery-builder

Read More
How to SELECT rows from two tables which have a parent-child relationship and print the data in grou...


phpmysqlcodeignitermodel-view-controllerparent-child

Read More
INSERT NOW() into database row with CodeIgniter's query builder...


phpmysqlcodeignitersql-insertquery-builder

Read More
Auto update DATETIME column on insert with SQL?...


mysqldatetimecurrent-timeonupdate

Read More
INSERT current datetime with NOW() using CodeIgniter's query builder...


phpmysqldatetimecodeigniterquery-builder

Read More
SELECT rows matching a submitted id and having a datetime on a submitted date with CodeIgniter...


phpmysqlcodeigniterquoting

Read More
SELECT row with latest date value earlier than the current day using CodeIgniter's query builder...


phpmysqldatecodeigniterquery-builder

Read More
BackNext