change to SQL
This commit is contained in:
		
							parent
							
								
									856d5a41db
								
							
						
					
					
						commit
						5642867c93
					
				|  | @ -30,7 +30,7 @@ function saveToDatabase($contentArray, $conn) { | |||
|     echo "sending Query to Database<br>"; | ||||
|     $sql = "SELECT * FROM `topics` WHERE 1"; | ||||
| //    $result = $conn->query($sql);
 | ||||
|     $result = 0; | ||||
|     $result = 1; | ||||
|     echo "Select Query sent<br> Result: " . $result; | ||||
|     if($result === 0) { | ||||
|         $sql = "INSERT INTO `topics` (`id`, `fullJSON`, `timeWatchM`,`timeWatchW`, `timeWatchD`, `countWatchM`, `countWatchW`, `countWatchD`) values ('".$contentArray[0]."', '".$contentArray[2]."', ".$contentArray[3].", ".$contentArray[4].", ".$contentArray[5].", ".$contentArray[6].", ".$contentArray[7].", ".$contentArray[8].") ON DUPLICATE KEY UPDATE `id` = '".$contentArray[0]."'"; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue