Codeigniter: Display RAW query results
Is there a way to get the result of a query that was created with Active Record without using stuff like print_r() ? I k...
Latest news, tutorials, and updates from the PHP community
7044 articles available
Is there a way to get the result of a query that was created with Active Record without using stuff like print_r() ? I k...
I want to make a system in PHP/MYSQL through which users of a site can follow/unfollow other users of the same site and ...
I have a PHP array like so: [Code Block] Given that the values in the array are unique, how can I delete the element wit...
I have a filter that queries the DB to check if the Username matches the Password. If it returns false, the filter redir...
I'm trying to get my logo show up in the header and centered. I'm using Cakephp and my logo file is kki.jpg which is sav...
Each time I want to see the `phpinfo();` I have to: Create a info.php file; Write `phpinfo();` in it. Go to the browser ...
When I start to edit a view file, like add.ctp, I don't get any syntax highlighting in Eclipse. How can I get syntax hig...
I'm attempting to do a comparision between two tables. If I find a match, I need to copy data from one table and insert ...
This is the sql query I used before I switch to CodeIgniter: [Code Block] with CodeIgniter [Code Block] In the codeignit...
I have a command line script that generates some HTML that I am trying to unit test using PHPUnit. Note that this HTML i...
I know that from the PHP manual that `bind_result` must be after `execute` and prior to calling `fetch`. I have been cal...
I have a PHPUnit test case class (consisting of some test functions). I would like to write a `oneTimeSetUp()` function ...
Showing 6385 to 6396 of 7044 articles