This repository has been archived on 2022-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
Barclays-openminds/fuckingretards.php
2014-12-04 23:45:09 +00:00

10 lines
299 B
PHP

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