View Single Post
  #3 (permalink)  
Old 29-03-2007, 01:20 PM
monsta's Avatar
monsta monsta is offline
Junior Member
 
Join Date: Mar 2007
Location: Brighton
Posts: 14
Default

What are you doing this in? PHP?

Quote:
$result = mysql_query( "YOUR QUERY HERE" ) OR DIE (mysql_error());
while ($row = mysql_fetch_array($result))
{
echo $row['CourseID'];
}
Reply With Quote