
07-17-2002, 09:28 PM
|
 |
|
|
Join Date: Mar 2002
Location: Mars
Posts: 458
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Quoted from another post I posted recently, should work with your problem cuz the guy I helped had that same problem
here, try this, do a search for "SELECT userid" tell you come to the second "SELECT userid" (it should get to the one that drops down)
replace SELECT userid down to AND userid <> with:
PHP Code:
SELECT userid
FROM user
WHERE username='".addslashes(htmlspecialchars($ausername))."'
AND userid <> $userid")) {
plus, before replaceing, you should check to make sure the code is the same of above and if not, then replace it with that. hope this works
|
|