change to SQL
This commit is contained in:
@@ -28,7 +28,7 @@ if ($conn->connect_error) {
|
|||||||
|
|
||||||
function saveToDatabase($contentArray, $conn) {
|
function saveToDatabase($contentArray, $conn) {
|
||||||
echo "sending Query to Database<br>";
|
echo "sending Query to Database<br>";
|
||||||
$sql = "SELECT * FROM `topics` WHERE id='".$contentArray[0]."'";
|
$sql = "SELECT * FROM `topics` WHERE 1";
|
||||||
$result = $conn->query($sql);
|
$result = $conn->query($sql);
|
||||||
echo "Select Query sent<br> Result: " . $result;
|
echo "Select Query sent<br> Result: " . $result;
|
||||||
if($result === 0) {
|
if($result === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user