Skip to content
Snippets Groups Projects
Commit 28238df3 authored by Trentino Longhi's avatar Trentino Longhi
Browse files

trentino - touching up formatting

parent 67f3ac19
Branches
Tags release/2018-07-14.04
No related merge requests found
......@@ -55,7 +55,8 @@
FROM
dbrecording r, dbmusician m
WHERE
r.recordingMusicianID = m.MemberID";
r.recordingMusicianID = m.MemberID
AND recordingMusicianID = 8";
// echo "$sql";
$result = $mydb->query($sql);
......
......@@ -37,12 +37,6 @@
</div>
</div>
<!-- input search box -->
<!-- <div class="contentBox">
<input type="text" name="inputSearchTerm" placeholder="[enter search terms]" style="width:80%">
<button type="button" name="button">Search</button>
</div> -->
<!-- result table -->
<div class="contentBox">
<?php
......@@ -73,8 +67,6 @@
<th>Request ID</th>
<th>Name</th>
<th>Details</th>
<th>View Recording</th>
<th>View Sheet Music</th>
</tr></thead>
";
......@@ -86,8 +78,6 @@
<td class='outer'>".$row["requestID"]."</td>
<td class='inner'>".$row["commissionerName"]."</td>
<td class='inner'>".$row["requestContent"]."</td>
<td class='inner'><button onclick=\"location.href='index.html'\">recording</button></td>
<td class='inner'><button onclick=\"location.href='index.html'\">music</button></td>
</tr>
";
} // end while loop for table body content
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment