This repository has been archived on 2022-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
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'];
}
?>