Forum Moderators: coopster
Section of code shown below:
echo '<th bgcolor="#C0C0C0" style="text-align:left;">Email</th>';
echo '<th bgcolor="#C0C0C0" style="text-align:left;">Type</th>';
echo '<th bgcolor="#C0C0C0" style="text-align:left;">Edit</th>';
echo '<th bgcolor="#C0C0C0" style="text-align:left;">Updated</th>';
echo '<th bgcolor="#C0C0C0" style="text-align:left;">User</th>';;
echo '</tr>';
//******* THIS SHOWS*******************
$sql ="select * from `clients` where $method like '%$text%' AND `User` NOT LIKE 'AB' AND `Type` NOT LIKE 'JOE' AND `USER` NOT LIKE 'ME' ";
//***************************************
$query = mysql_query($sql);
while ($row = mysql_fetch_array($query))
{
echo "
<tr>
<td>".$row['id']."</td>
<td>".$row['Account']."</td>
<td>".$row['Client']."</td>
<td>".$row['Email1']."</td>
<td>".$row['Type']."</td>