Re: hm

From Sloppy Goose, 7 Years ago, written in PHP, viewed 858 times. This paste is a reply to hm from Rock3r - go back
URL https://paste.godclan.hu/view/1NQ5tUPx/diff Embed
Viewing differences between hm and Re: hm
<?php
                                                                                $e = "SELECT `folder`,`comment` FROM `blackgnesposts`";
                                                                        
`blackgnesposts`";
        
$sql = mysqli_query($conn,$e);
                                                                        
                                                                                $rows = array();
                                                                        
                                                                                while($row = mysqli_fetch_array($sql,MYSQLI_NUM))
                                                                        {
                                                                                
mysqli_fetch_array($sql,MYSQLI_NUM))
        {
                
$rows[] = $row;
                                                                        }
                                                                        
$row;
        }
        
$a = mysqli_num_rows($sql);
                                                                        
mysqli_num_rows($sql);
        
$b = $a/2;
                                                                        //print_r($rows);
                                                                        
$a/2;
        //print_r($rows);
        
$e = 1;
                                                                        
1;
        
for($i = 0; $i < $b; $i++){
                                                                                
$i++){
                
echo $i . "<br/>";
                                                                                                echo '<div>
                                                                                                
'<div>
                
<a href="images/fulls/'.$rows[$i][0].'">
                                                                                                                        <img src="images/fulls/'.$rows[$i][0].'" alt="'.$i.'" />
                                                                                                                                <h3>'.$rows[$i][1].'</h3>
                                                                                                                </a>
                                                                                                
                                                                                                                <a href="images/fulls/'.$rows[$i+1][0].'">
                                                                                                                                <img src="images/fulls/'.$rows[$i+1][0].'" alt="" />
                                                                                                                                <h3>'.$rows[$i+1][1].'</h3>
                                                                                                </a>
                                                                                         </div>';
                                                                        
                </a>
                </div>';
        
}                                                                        
                                                                        
                                                                ?>

Replies to Re: hm rss

Title Name Language When
Re: hm Straton php 7 Years ago.

Reply to "Re: hm"

Here you can reply to the paste above