Showing posts with label PHP Practice Lessons. Show all posts
Showing posts with label PHP Practice Lessons. Show all posts

Friday, April 24, 2009

Some PHP Exercises

What is the use of the setlocale() function?

Write a program to set your locale information to the UK and then revert back to your default locale information.

Friday, April 17, 2009

Some PHP Exercises

  • Write a program using the count_chars() function and determine the ASCII values of all English alphabets.

  • How would you find the list of all characters that are not present in a string?