Hello:
Does anyone know if it is possible to parse this string into separate variables?
$string = "Fist Name::Last Name::Email Address::User Name::Password";
What I would like to do is extract the "Email Address" out of $string.
Any help would be great.
KKurcura