Save hours in development time and avoid common mistakes by learning the best practices to use for JavaScript.
Do more with
$result = mysql_query("SELECT * FROM schedules WHERE team LIKE '%$tm%' ORDER BY date") or die(mysql_error());
$count = mysql_num_rows($result);
while ($rows = mysql_fetch_array($result))
{
echo '<tr><td>';
echo $rows['opp'];
echo '</td><td>';
echo $rows['loc'];
echo '</td><td>';
echo $rows['date'];
echo '</td></tr>';
}
Premium Content
You need an Expert Office subscription to comment.Start Free Trial