in reply to Re: Manually adding delimiters instead of join()
in thread Manually adding delimiters instead of join()
or even (although this isn't any better than join-not that there is anything wrong with join)$users{$username} = "$password\::$name\::$email\::$website\::$start";
$password.'::'.$name.'::'.$email.'::'.$website.'::'.$start
|
|---|