Sorting PHP array in ascending order

It possible to sort a PHP array in ascending order. This is done using sort method. Values of the array will be sorted in ascending order.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator