I'm trying to see if two url_param's exist and if they do check to see if it's in the database. Using the code below it's testing to see if the accountAD/ID exist fine but I don't think I'm properly checking the database for it's occurence. It's checking if both variables exists in $dbm{$unverified} (or is it?). Is this actually checking to see if both variables are inside both the value and the key?
#$accountID and $accountAD are url_params elsif ($accountID && $accountAD ne '' && (exists $dbm{$unverified})) {
If I can't get this to work I'll try comparing $accountAD to $dbm{$accountAD} and $accountID to the value of the key. How can you check to see if you have both the value and the key match up?
"Age is nothing more than an inaccurate number bestowed upon us at birth as just another means for others to judge and classify us"
sulfericacid
In reply to Database matching by sulfericacid
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |