diff --git a/survey.php b/survey.php index 5cb9e05..b74a741 100644 --- a/survey.php +++ b/survey.php @@ -60,6 +60,7 @@ echo $id; $sql = "INSERT INTO sentiment (tweet_id, user_name, sentiment) VALUES ('$id', '$uname', '$response')"; if ($conn->query($sql) === TRUE) { + echo "helo"; $result = mysqli_query($conn,"SELECT * FROM tweet order by RAND() limit 1"); $row = mysqli_fetch_array($result); $text = $row['tweet'];