Failed to get paging get value

Click the page number to jump to a page where the page is blank.
when the normal page number is 1, the image is as follows:

2:

</a></td>        
        </tr>
        </tbody>
        </table>

<?php
}
?>    
    
<?php
    
    if($page>1){
        echo "<a href="?page=1"></a>";
        echo "<a href="?page=".($page-1).""></a>";
    }
    if($page<$countpage)
    {
        echo "<a href="?page=".($page+1).""></a>";
        echo "<a href="?page=".$countpage.""></a>";
    }     



    
    }
    
}




?>
Php
Mar.13,2021

because $_ SERVER ['REQUEST_METHOD']! =' POST'


does anyone else know about this problem?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3886b-2c126.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3886b-2c126.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?