Thursday, June 4, 2009

Hi
i am newbie to PHP and MySQL.
Recently i want to sort array elements. i sort array elements using classic for loop. but i think there going to more efficient ways of doing it. i heard about sort(),asort()and ksort(). So what’s the difference between sort(), asort() and ksort?
if explained with examples that would be appriciated.

regards,
saurabh

Monday, June 1, 2009

What is the difference between drop, delete & truncate in sql?
explain triggers in details?