Does this function have too many parameters?
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
14:03 UTC
Read the original article
Hit count: 284
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 can I improve this?
© Stack Overflow or respective owner