Invalid argument supplied for foreach() CodeIgniter view file
I am getting an error in the CodeIgniter view: Invalid argument supplied for foreach() My view code: [Code Block]
Latest news, tutorials, and updates from the PHP community
8494 articles available
I am getting an error in the CodeIgniter view: Invalid argument supplied for foreach() My view code: [Code Block]
Does PHP 4.4.8 version support mysqli object-oriented style? I have made ready this project on PHP5 and when I got onlin...
PHP currently will not log errors produced from the command line. I have: [Code Block] In file `/etc/php5/cli/php.ini`. ...
I want to insert current time in database using mySQL function NOW() in Codeigniter's active record. The following query...
I needed to add up the column values of all the rows for a result. I am using the `select_sum()` in my code and using it...
I am currently writing a PHP script that validates a username and password. I am working by testing things little by lit...
Is it possible to generate sound using PHP - or is there support for sound file concatenation?
I have this: [Code Block] The problem is that CodeIgniter is removing the "limit 1" inside the subquery.
As per here I've got the following controller: [Code Block] and in my `User_Login.php` view file I do this: [Code Block]...
Given the following two HTML/PHP snippets: [Code Block] and [Code Block] what character encoding do I need to use for th...
for my local machine i'm using the following setting in my php.ini [Code Block] it allows omitting single quotes for fet...
I need a `preg_split()` regex that will split a string at substrings in square brackets. This example input: [Code Block...
Showing 7921 to 7932 of 8494 articles