Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jianminglok committed Aug 6, 2017
1 parent a8a90bd commit ca669e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@
<?php while($row = mysqli_fetch_array($result)) {

$result2 = mysqli_query($con, "SELECT * FROM path_keys WHERE `key` = '".$row['key']."'"); $i=0;
while($row2 = mysqli_fetch_array($result2)) {
$i++;

/* Select fist image in future */

?>

?>
Expand Down

0 comments on commit ca669e4

Please sign in to comment.