#!/usr/local/bin/php

<?
for ($i = 0; $i < 200; $i++)  {
   echo "DROP TABLE product_$i;\n";
}
?>
