Jump to content
php.lv forumi

Arrays


goma smile

Recommended Posts

Labdien, es vēlētos uztiasīt piemēram kā šajā formā.

 

Sakrājot noteiktu topiku skaitu tev atiecīgi mainās zvaigzņīšu aplīšu skaits....

 

ja tev ir 10 posti tev ir 1 zvaigznīte kad 25 tad 2 zvaigznītes... kā to panāt ?


$array = array(1 - 10 => "1.png", 11-26 => "2.png");
echo $array[8]; // 1.png

Kaut kā tā ?

Edited by goma smile
Link to comment
Share on other sites

un arrayā tāpat var glabāt array(1 => 10, 2 => 25)

un algoritms: kamēr postu skaits mazāks par value ($v), iet tālāk ar foreach (array(1 => 10, 2 => 25) as $k => $v)

else paņem/izdod key ($k) un break;

Edited by 2easy
Link to comment
Share on other sites

un arrayā tāpat var glabāt array(1 => 10, 2 => 25)

un algoritms: kamēr postu skaits mazāks par value ($v), iet tālāk ar foreach (array(1 => 10, 2 => 25) as $k => $v)

else paņem/izdod key ($k) un break;

nu var jau vienkārši

$status='beginer';
$status=($posts>0)?'1.statuss':$status;
$status=($posts>10)?'2.statuss':$status;
$status=($posts>25)?'3.statuss':$status;
//.....
//.....
//.....
echo 'statuss:'.$status;

Link to comment
Share on other sites

Un sakara uz šo tēmu vai kāds nepateiktu kur varētu atrast gatavas zvaigznītes uz postu līmeni ....

Es jau 2 dienu meklēju nevar izdomāt tagu ar ko google meklēt

 

eeee... rating?

Tik meklēšanas opcijās izvēlies bilžu lielumu kā ikona/small, tad atbilstošāki rezultāti leks ārā...

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.

Guest
Reply to this topic...

×   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.

Loading...
×
×
  • Create New...