I have an array of data in $customerfile[$i]
each array element is a line of code similar to the following format
username:info:info:info:etc
I then extract that line of code when found by ereg() and split it into it's own array.
then I use the $found[0],$found[1] etc,,,
l8r in my script.
problem being that right now I might enter in
"dave" as a username but it there is no user
dave then it might pick up "daveb".
I thought ("$username$", would clear this up... but I must be doing something wrong.