in reply to Database not storing data
be something like:$dbm{'verified'} = "$accountAD";
So you're not overwriting the same hash item each time?$dbm{$accountID} = $accountAD;
rdfield
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Database not storing data
by sulfericacid (Deacon) on Feb 13, 2003 at 10:09 UTC |