Use a combination of CONCAT and IFNULL (to handle the NULL case):
Author Archives: Prosoxi.com Webmaster
Plesk suspend / unsuspend Domain, clients
Change Status of Domain
PHP Detect Mysql Too many connections
Detect "Too many connections" error and show alternate web page
Installing the Eclipse Plugin
Android offers a custom plugin for the Eclipse IDE, called Android Development Tools (ADT). This plugin is designed to give you a powerful, integrated environment in which to develop Android apps. It extends the capabilities of Eclipse to let you quickly set up new Android projects, build an app UI, debug your app, and export …
Mysql console How to update the max_connections setting in MySQL
If you are getting "too many connections" errors in MySQL you can change the max_connections setting to allow more connections, assuming you have enough RAM to handle the increased number. This post looks at how to update the max_connections setting in MySQL.
HowTo Decompile / Reverse Engineer Android APK
first you need a tool called dex2jar ,which is made by a chinese student. it will translate dex to jar file. then you can use jd-gui, the source code is quite readable as dex2jar makes some optimizations.