How does $this->db->trans_status() work in codeigniter transactions?
How exactly does `$this->db->trans_status()` in CodeIgniter understand that whether the queries in the transaction were ...
Latest news, tutorials, and updates from the PHP community
7059 articles available
How exactly does `$this->db->trans_status()` in CodeIgniter understand that whether the queries in the transaction were ...
I am creating a script where I need to retrieve several information in a database. I am expecting to receive these datas...
I've implemented category-based numeric pagination in my Wordpress theme: What I've done so far is create a custom page ...
I need to create a multidimensional array from database table data in my CideIgniter application. The database has 3 col...
I was wondering if there was something out there that would allow php to render Handlebarsjs templates on the server sid...
The warning I'm getting is: Warning: mysqli_result::fetch_array() expects parameter 1 to be long, object given in...line...
I have a custom made codeigniter application, and now I need a CMS/Blog add-on for my site. I don't want to write someth...
Basically I have a new client that is after the following functionality from her accountancy website: A client area in w...
I have inherited a web site that is in PHP and we are mostly a Windows shop. I cannot get the PHP code to connect to MyS...
How do I properly execute commands in the command line using php? For example I'm using the command below in the command...
I have three tables. `Movies`, `movies_genres` and `genres`. I want to get a movie by its Id, and also join its genres i...
In Zend Framework in Response Class there are two different arrays for storing headers: `_headers[]` and `_headersRaw[]`...
Showing 5977 to 5988 of 7059 articles