post to a file that does not exist, reference calling php instead

This commit is contained in:
Jeremy Newman
2004-03-15 17:18:22 +00:00
parent 4fd9cea6f1
commit e38135a206

View File

@@ -132,7 +132,7 @@ class TableVE {
echo "Oops: ".mysql_error()."<br>$query<br>\n";
$nrows = mysql_num_rows($result);
echo "<form method=post action='".apidb_url("editapi.php")."'>\n";
echo "<form method=post action='".$_SERVER['PHP_SELF']."'>\n";
for($i = 0; $i < $nrows; $i++)
{