SELECT columns from multiple tables and COUNT() related rows in a JOINed table using CodeIgniter's query builder [duplicate]
Within CodeIgniter, I'm doing a select, retrieving some blogposts. But I also want the total reactions of a blogpost wit...
Latest news, tutorials, and updates from the PHP community
7059 articles available
Within CodeIgniter, I'm doing a select, retrieving some blogposts. But I also want the total reactions of a blogpost wit...
I am designing an online accounting system as a college project. I have the following transactions: Sales in cash $300 C...
I am designing an online accounting system. I have the following transactions: Sales in cash $300. Cash borrowed from Sm...
I am using Active Record on CodeIgniter. I am confused on which approach I should take. Currently, our login system let'...
I'm writing a class in PHP for handling MySQLI queries, and when the query manages not to return a result set (or object...
I'm using prepare statements in mysqli and if I put a `"` into one of my params values then it escapes it and adds a bac...
I have a script that creates an image and calls `imagepng` to output it to the browser. Instead, I would like to save it...
I'm currently having a lot of frustration with [Code Block] which just tells me "Undefined Table data" where in my contr...
I have this array [Code Block] How can I just echo the content without this structure? I tried [Code Block]
I am new into Codeigniter programming. I started CI by simply editing my default controller welcome. I added a function ...
I know this is simple but I didn't complete it. [Code Block] How can order prepared forms order by topic name (ASC)?
I'm using PDO in my PHP application. It connects to a MySQL server on the same server: [Code Block] I created two pages ...
Showing 6121 to 6132 of 7059 articles