Search code examples
Foreach loop ONLY adds last value in array to table...


phpmysqlloopsmysqli

Read More
How to return 2 separate values from a function...


phpfunctionreturn-value

Read More
Why is my statement always false? if (isset($_GET['action']) && $_GET['action&#3...


phpget

Read More
How to use CONVERT() in a CodeIgniter order_by() query builder method call without corrupting the re...


phpcodeignitersql-order-byquery-buildermysql-function

Read More
In CodeIgniter, how do I retrieve a sql query and order it by either ascending or descending order a...


phpsqlcodeigniterquery-builder

Read More
How chain an order_by() call to a CodeIgniter query built fully by get_where()...


phpcodeignitersql-order-byquery-buildermethod-chaining

Read More
How do I compress HTML in laravel 5...


phplaravellaravel-5laravel-bladehtml-compression

Read More
php function return two values...


best-practicesphpcodeigniterconditional-statements

Read More
What's the difference between is_null($var) and ($var === null)?...


php

Read More
ORDER BY year component of date value using CodeIgniter's query builder...


phpcodeignitersql-order-bycodeigniter-3query-builder

Read More
CodeIgniter query builder containing LEFT JOIN and GROUP BY not returning all results...


phpcodeigniterjoinquery-buildergroup-concat

Read More
SELECT rows WHERE a string is found in a serialized column value using CodeIgniter's query build...


phpregexcodeigniterserializationquery-builder

Read More
SELECT query with WHERE clause containing CONCAT() and REGEXP using CodeIgniter's query builder...


phpcodeigniterconcatenationwhere-clausequery-builder

Read More
laravel 11 cannot save and upload the image...


phplaravellaravel-11

Read More
How to convert raw SELECT SQL containing JOIN on shared column name to CodeIgniter's query build...


phpcodeigniterjoinquery-builder

Read More
Convert SELECT query with JOIN on subquery containing MAX() to CodeIgniter's query builder...


phpcodeignitersubqueryquery-buildercodeigniter-2

Read More
Laravel 5 - How to get Auth user ID in controller, retrieve user data and display that data in view...


phplaravellaravel-5

Read More
Column 'wine_id' in field list is ambiguous Error and cant work out why...


phpmysqlcodeigniterquery-builderambiguous

Read More
declare properties of an object out of __construct function...


best-practicesphpoop

Read More
Laravel 4: When to use static methods?...


phplaravellaravel-4

Read More
How to replace a value of NameId with attribute in SimpleSAMLphp-based IdP?...


phpdockersamlsaml-2.0simplesamlphp

Read More
Passing an integer value as the second parameter of CodeIgniter's update() generates unintended ...


phpmysqlcodeignitersql-updatequery-builder

Read More
Is it possible to enforce checking all possible return types in PHP?...


tooling-recommendationphpstatic-analysis

Read More
Look for array key with value if equals...


phparraysvariablesequality

Read More
How to convert SQL containing JOINs, a subquery, GROUP BY and SUM() to CodeIgniter's active reco...


phpcodeigniterjoinactiverecordsubquery

Read More
Calling PHP functions within HEREDOC strings...


phpstringheredoc

Read More
pecl install memcache fails on OS X Yosemite with "memcache support requires ZLIB"...


phpmacosmemcachedlibmemcache

Read More
How to display a variable's value in CodeIgniter's model...


phpcodeignitermodel-view-controllerdiagnostics

Read More
How to apply a WHERE condition to a CodeIgniter query built with count_all()...


phpmysqlcodeignitercountquery-builder

Read More
Caching CodeIgniter query builder clauses by passing false parameter to count_all_results() then cal...


phpmysqlcodeignitercodeigniter-3codeigniter-query-builder

Read More
BackNext