PHP Code:
for($o=0; $o<$number_obstacles; $o++) {
echo" <tr>\n";
echo" <td width=\"278\">Enter obsticle $o coordinates: </td>\n";
echo" <td width=\"106\" align=\"right\"><input type=\"text\" name=\"obstacle[$o]['x]\" size=\"3\"> i</td>\n";
echo" <td width=\"106\" align=\"right\"><input type=\"text\" name=\"obstacle[$o]['y']\" size=\"3\"> j</td>\n";
echo" </tr>\n";
}
Thats great work!!! Thanks so much!!!
-JRW
Leave a comment: