Posts archive for January, 2014

Mac: How to setup email account in Apple Mail

advertisement

apple mailOne of my friend having problem in setting up his email account in Apple Mail. And i found that setup email account in Apple mail is a very common problem for normal user. So i hope this article can help most user to setup their email account in Apple Mail.

To setup email account in Apple Mail, follow the steps below:

Continue reading Mac: How to setup email account in Apple Mail »

How to strtolower an array in PHP?

advertisement

php Many times we store our data in array and need to perform some additional function to the array like strtolower, strtoupper, and etc. Before i get to know this handy function, I’ve been searching for the shortest code to perform strtolower to an array in php. Thank god, finally i found array_map function and it solved my many years problem.

To strtolower an array in php, use the code below:-

Continue reading How to strtolower an array in PHP? »