Showing posts with label PHP Exercises. Show all posts
Showing posts with label PHP Exercises. Show all posts

Monday, April 27, 2009

Some PHP Exercises

Write a PHP program to set your locale information to that of theUnited Kingdom and display the currency of the UK. Once you are done, set the locale information to default.

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?