Recent content by Apa Aja

  1. A

    HELP !!! PHP strto___?

    for example : $name = TayLor SwiFT; strtolower($name); //output >>> taylor swift strtoupper($name); //output >>> TAYLOR SWIFT _________________; // output >>> Taylor Swift how to make output "Taylor Swift" ?
Back
Top