PHP : i got function with too many parameter
Posted
by justjoe
on Stack Overflow
See other posts from Stack Overflow
or by justjoe
Published on 2010-04-05T13:51:33Z
Indexed on
2010/04/05
13:53 UTC
Read the original article
Hit count: 225
in the end, i got this function. i don't know whether it's normal or not.
function user_registration($user_name, $user_email , $user_pass , $address , $city , $postalcode , $country , $phone , $mobilephone)
How and why i can improve this ?
© Stack Overflow or respective owner