Security extension for Firefox has positive intentions and design specification to enhance online privacy and security but users need to recognize loopholes, security experts say. [read more]
From my view, now is the best time to introduce anonymisation (Anonymity) concept. Although it do helps in protecting privacy and ensure safety and reliable...
Sunday, August 28, 2011
Wednesday, August 17, 2011
MySQL - Creating a loop in function
I was looking for foreach loop to be used in MySQL database and found a simple article written in MySQL development group. In MySQL, it does not have foreach loop but instead replace in with LOOP.
Based on that, I create my looping function and would like to share with you guys... Check it out the code below :)
DELIMITER $$
DROP FUNCTION IF EXISTS...