while($row_new  =  mysql_fetch_assoc($new)  )
{
  echo "<img  src=\"{$row_new['path']}\"/> ";
}