InterviewSolution
| 1. |
How To Convert Strings To Upper Or Lower Cases? |
|
Answer» Converting strings to upper or lower CASES are easy. Just use STRTOUPPER() or strtolower() functions. Here is a PHP script on how to use them: Converting strings to upper or lower cases are easy. Just use strtoupper() or strtolower() functions. Here is a PHP script on how to use them: |
|