Archives

Articles tagged ‘mysql’

Quick Tip: Capitalize field in MySql

This one was quite interesting. I’ve wrote my PHP function to capitalize the fileld at insert with ucwords() but I already had some on the base that I need to convert without re-importing them.

Read the full article