Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pyhp2017 authored Nov 8, 2019
1 parent e684408 commit d6b4c7a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions DOMdoc.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,16 @@



while($nameid1 <= $DetailCount1-736)
while($nameid1 <= $DetailCount1-850)
{

array_push($TeamNameArray1 , $aDataTableDetailHTML1[$nameid1]);
$nameid1 +=$HeaderCount1;

}
while($scoreid1 <= $DetailCount1-735)
}


while($scoreid1 <= $DetailCount1-849)
{
array_push($TeamScoreArray1 , $aDataTableDetailHTML1[$scoreid1]);
$scoreid1 +=$HeaderCount1;
Expand Down Expand Up @@ -108,6 +110,7 @@
////////////////////////////////////////////////////////////////////////

$result = array_merge($Combine1 , $Combine2);

asort($result);

$result = array_reverse($result);
Expand Down

0 comments on commit d6b4c7a

Please sign in to comment.