Reply
 
Thread Tools Display Modes
Old 08-02-13, 10:18 AM   #1
y2bcrazy
 
y2bcrazy's Avatar
Mod Author - Click to view Mods
Join Date: Jul 2013
Posts: 3
Guides

I personally cannot help you 100% with this just yet since i'm loaded on work and am currently building my own forum.
However, here is a very good guide i found which helps you visualize and contextualize your work

http://net.tutsplus.com/tutorials/ph...-from-scratch/
y2bcrazy is offline   Reply With Quote
Old 08-03-13, 05:17 AM   #2
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
Reply

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