Skip to content

Commit

Permalink
Update survey.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hizclick authored Jan 24, 2020
1 parent dccfc01 commit bb6107a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion survey.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
$result = mysqli_query($conn,"SELECT * FROM tweet order by RAND() limit 1");
$row = mysqli_fetch_array($result);
$text = $row['tweet'];
echo "this is " . $text;
$id = $row['tweet_id'];
$result2 = mysqli_query($conn,"SELECT tweet_id FROM tweet WHERE tweet = '".$text."'");
$row2 = mysqli_fetch_array($result);
Expand Down

0 comments on commit bb6107a

Please sign in to comment.