Loop two arrays of different length and recycle the shorter array's elements as needed
I would like to ask what is this kind of error: undefined offset:4 my code is [Code Block] the echo is `key1 key2 key3` ...
Latest news, tutorials, and updates from the PHP community
8596 articles available
I would like to ask what is this kind of error: undefined offset:4 my code is [Code Block] the echo is `key1 key2 key3` ...
I am trying do multi-driver support for my Framework, which basically means I can use MySQL, MySQLi or PDO(MySQL) with e...
I have a couple of situations where I have an array of input, such as: [Code Block] Where the array could have any numbe...
I have records of photos that users have uploaded in my database. They can specify one of the photos they have uploaded ...
I dont understand this why i get this error! is so simple yet very different in php. [Code Block] Fatal error: Cannot us...
I want to update a table column `is_close` when `id=$ticket_id` in my table `tbl_tickets`. I am doing this: [Code Block]...
I was reading this thread https://stackoverflow.com/questions/268538/tab-versus-space-indentation-in-c-sharp reagrding T...
With CodeIgniter ORM active_record as I can generate the SQL for example ..? Example generator SQL: ... AND( LIKE ... OR...
I have 3 tables in my database :- tbl_roles(role_id,role_name); tbl_users(id,role_id,username,email,password); tbl_ticke...
I'm trying to compare two tables and work on a result of this operation. [Code Block] Is there some option to work on a ...
I got an error: `Parse error: syntax error, unexpected end of file in the line` With this code: [Code Block] What's the ...
I have an HTML form field `$_POST["url"]`, having some URL strings as the value. Example values are: [Code Block] etc. H...
Showing 7489 to 7500 of 8596 articles