What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Mysql help

Mysql help
Author: Message:
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: Mysql help
quote:
Originally posted by stonesour
if ($ibforums->member['name'] == $banned){
It looks like $ibforums->member['name'] is a string and $banned is an array. You need to do something like this...
code:
if ($ibforums->member['name'] == $banned['mem_name']){
06-30-2004 11:14 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Mysql help - by stonesour on 06-30-2004 at 11:04 AM
RE: Mysql help - by WDZ on 06-30-2004 at 11:14 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On