Jump to content
  • 0

Как переделать запрос!


angelShlesser
 Share

Question

Берётся запрос с таблицы по 1 id! Я хочу сделать так что бы он брал с определённого id!

f7b43d1aed25cf24aa8a97ae36f01c1c.jpg

Вот код!

public function getRealmName($numchars=false){
return $this->rDB->selectCell("
SELECT
`name`
FROM
`realmlist` r
LEFT JOIN `realmcharacters` rc ON r.id=rc.realmid
WHERE
rc.acctid=?d
{ && rc.numchars > ?d }
ORDER BY r.id ASC
",$this->acctid,($numchars)? 0 : DBSIMPLE_SKIP);
}

Помогите понять где тут изменить, что бы вместо 1 id например 3!

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Нахрен Вам, простите, сервер мангос? =)

Мангос гавно, у меня он и 700 человек под линуксом не вытянул.

По теме.

Вы когда вызывает функцию, можете вписать в аргументы, вот так

public function getRealmName("3")

и ббудет Вам 3...

Edited by AMD
Link to comment
Share on other sites

  • 0

Чего то не помогает!

Но там в основном что за сбор отвечает это вот эти строчки.

$realm = $pl->getRealmName(false);

И сама функция

ImageCopyResampled($img, $IMGrealm, 102, 56, 0, 0, 16, 16, ImageSX($IMGrealm), ImageSY($IMGrealm));
ImageTTFText($img, 9, 0, 120, 68, $textcolor, $mainFont, $realm);

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy