Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 08-03-13, 05:17 AM   #3
Bl4ckSh33p
 
Bl4ckSh33p's Avatar
Mod Author - Click to view Mods
Join Date: Jul 2013
Posts: 12
Hi. Thanks for sharing but I could not find much helpful info in it.
But I have a solution for my problem now.

Code:
foreach ($user_array as $nr => $inhalt) { 
        // Compare current item to the posted information 
        if($user == $inhalt["User"] AND $serial == $inhalt["Serial"]) { 
            // The current user matched, return info and exit 
            echo md5($user).md5($serial).'::'.$installed; 
            exit; 
        }  
}
Bl4ckSh33p is offline   Reply With Quote
 

Go BackCube World Mods » Site Forums » Chit-Chat » Looking for someone with PHP experience (foreach and array problem)


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off