Create fuckingretards.php #6

Closed
freddiebarrsmith wants to merge 1 commit from patch-4 into master

10
fuckingretards.php Normal file
View file

@ -0,0 +1,10 @@
<?php
$result = mysqli_query($conn, "SELECT concat(courseworkTitle, deadline) AS titledeadline, courseworkID FROM Coursework;");
?>
<?php
while ($row = mysqli_fetch_array($result)) {
echo $row;
$row['whatyouwantintherow'] . $row['anotherfieldthing'];
}
?>