Showing page 1 of 1
Previous Next

me@grafxflow

28 Nov, 2012

PHP MVC

Call CodeIgniter MySQL query inside a helper file

This is a short snippet of php code if you want to use a CodeIgniter database query inside a helper file/function: application/helpers/. Very easy to use.

me@grafxflow

08 Nov, 2012

Database

MySQL UPDATE a column value with add or subtract

A numerical value in a MySQL database table, needs to be updated by adding or subtracting a value. This can be done with a simple MySQL query.

me@grafxflow

04 May, 2011

Database

MYSQL Select values containing any UpperCase characters

I recently had a problem searching for values containing any uppercase characters in a MYSQL database. I had this little query but with no luck.

me@grafxflow

12 Mar, 2011

Database

MySQL Function Tips

Here are some tips that can really be helpful for MYSQL queries for quick reference. Including Database control functions and the like.

Showing page 1 of 1
Previous Next