Jump to content

PLEASE HELP URGENT


blamu2

Recommended Posts

<?php

 

$possibles[];

$alreadychosen[];

 

for ($i = 0; $i<20;$i++) $possibles =i+1;

 

for (int $i = 0; $i<8; $i++)

{

  $boolean= false;

  $randIndex=0;

 

  do

  {

      $randIndex = rand(1,20);

      for ($j = 0; $j< $i && !$hasInt; $j++)

      {

        if ($possibles[$randIndex] == $alreadyChosen[$j])

        {

            $hasInt = true;

        }

      }

  } while ($hasInt);

  {

  $alreadyChosen = $possibles[randIndex];

  echo($alreadyChosen);

    }

 

for ($i = 0; $i<8;$i++)

{

if($alreadyChosen<10)

{

echo ('<a href="/mp/info130'+$i+'.htm"><img src="/mp/p130'+$i+'-1.jpg"  height=180 width=120 align=left hspace=0 vspace=2 border=0 class=TopImages></a>');

}

else if($alreadyChosen>10)

{

echo ('<a href="/mp/info13'+$i+'.htm"><img src="/mp/p13'+$i+'-1.jpg"  height=180 width=120 align=left hspace=0 vspace=2 border=0 class=TopImages></a>');

 

 

 

 

 

 

 

 

 

 

 

it should select 8 images out of 20 but don't repeat please

 

 

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

  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.

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