Results 1 to 4 of 4

Thread: PHP to lower case

  1. #1
    Join Date
    Sep 2009
    Posts
    57

    PHP to lower case

    I would like to know that would be the php code to in order to import a string. Can any body tell me that how can i make php lowercase? Does any body knows about it? Let me know the correct way of doing it. Would appreciate, if any body provide me the correct information.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: PHP to lower case

    The function ToLower converts the symbols of the original string to lowercase. In addition to other alphabet symbols, this function correctly converts Cyrillic symbols to lowercase. However, data comparisons certainly are case sensitive.

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Re: PHP to lower case

    If you want, you can also ignore the case, I myself do would do something like this in a situation where case needs to be ignored:
    $results = mysql_query ("select * from users where username like '$username'");

  4. #4
    Join Date
    Feb 2008
    Posts
    1,852

    Re: PHP to lower case

    According to me, you just need to following the below code:
    <?
    $lower = ToLower("АБВГД ABCDEF");
    echo "Lower case: ".$lower;
    // prints "Lower case: абвгд abcdef"
    ?>


    The following code will help you to get lower case on your php.

Similar Threads

  1. Opening the plastic flap in lower case of HTC One S
    By Esmond Ivers in forum Portable Devices
    Replies: 2
    Last Post: 18-04-2012, 04:55 PM
  2. How to move PC parts from a micro case to an tower ATX case?
    By PlowMan in forum Hardware Peripherals
    Replies: 6
    Last Post: 07-06-2011, 10:51 AM
  3. Mac server begins with lower case
    By Susquehannock in forum Networking & Security
    Replies: 6
    Last Post: 03-06-2010, 12:22 AM
  4. How to lower the string case in MySQL?
    By giorgos in forum Software Development
    Replies: 3
    Last Post: 04-08-2009, 05:10 PM
  5. Apple Iphone 3G Case-Mate Case with Holster
    By Axeor in forum Portable Devices
    Replies: 1
    Last Post: 13-07-2009, 03:12 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,757,682.52534 seconds with 16 queries