Author: KN

My First Interview Experience

My Personal first Interview experience

My Personal First Interview Experience as a fresher for the post of Web Master Hi, my name is Imran, I’m writing this experience of mine attending an interview as a fresher in 2006, my skills were good on web development, Php, MySQL, Website management, Joomla, WordPress etc. So I thought after...

Programming anguages

What are the different functions in sorting an array

Q:What are the different functions in sorting an array? Answer: The functions for sorting array are following: 1- sort($array)- is used for enumerated array(numeric array) sorts the array element in ascending order. 2- rsort($array)- is used for enumerated array,sorts the array element in descending order. 3- asort($array)- is used for associative...