Hi all, very kind people out there who help us wo are less enlightened =)

Today is way too nice weather so I'll only pester you with one quiestion.

I have a small registration form and need it to change all the letters that are uppercase (in e.i. the username and e-mail feilds) from uppercase to lowercase before sending them away to the database

How am I to do this?

Thanks very much!

Best Regards

-Dim

...demn how good I feel today! =)

    this is what you are looking for:

    $str = strtolower($str); //converts $str to lower case


    $str = strtoupper ($str); //converts $str to upper case


      Thanks for your help, yes, that's exactly it! now...if I would know how to close this thread or make ut understandable for people that the problem is solved, I would....but I guess I'll heve to keep on receiving confiramtion e-mails for a while =)

      thanks again!

        xposed: this forum has a [resolved] feature. Check my signature for the details. I'd appreciate it if you marked the thread resolved.

        Cgraz

          Write a Reply...