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 4b2585e commit f2461b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@

<?php while($row = mysqli_fetch_array($result)) {

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

$result2 = mysqli_query($con, "SELECT * FROM path_keys WHERE `key` = '".$key2."'"); $i=0;

/* Select fist image in future */

Expand Down

0 comments on commit f2461b2

Please sign in to comment.