Create fuckingretards.php #6
1 changed files with 10 additions and 0 deletions
10
fuckingretards.php
Normal file
10
fuckingretards.php
Normal 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'];
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
Reference in a new issue