Help!! Lava script!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Originally posted by Ghetto888 View Post
    How to make for username start with big leter, and in registration Username: RapSouL* everybody cant help? What need change in function $chars ? Sorry for my bad english! Thanks.

    PHP Code:
    // first you need to find the first character

    $string ".$uid.";
    $first $string{0};

    // then you change it to uppercase mate...

    $first strtoupper($first); 
    Thats the example if use lava mate =)

    Or just post your registration code here....
    Last edited by ewanz; 12.02.11, 09:05.
    our lfe is simple words....
    http://mygenkz.net
    ewanz06@yahoo.com
    PHP Code:
    $output="i am NOoob....";
    $newfile="ewanz.txt";
    $file fopen ($newfile"w");
    fwrite($file$output);
    fclose ($file); 

    Comment

    Working...
    X