Quantcast
Channel: forum.coppermine-gallery.net
Viewing all articles
Browse latest Browse all 9527

Re: Required Fields Specific

$
0
0
Ok here is what I have now;
[code]    $user_name = trim(get_post_var('username'));
    $password = trim(get_post_var('password'));
    $password_again = trim(get_post_var('password_verification'));
    $email = trim(get_post_var('email'));
    $profile...

Viewing all articles
Browse latest Browse all 9527

Trending Articles