Create fuckingretards.php

This commit is contained in:
freddiebarrsmith 2014-12-04 23:45:09 +00:00
parent 289f7855fa
commit f72f29b521

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'];
}
?>