A
Anonymous
Guest
when u submit a form through parsing does the script create the page
or do you make the pages ur self?
or do you make the pages ur self?
It's fairly common, though, to make a script submit to itself ($_SERVER['PHP_SELF'])
Dabear said:the $_SERVER['PHP_SELF'] is then set to the page including the form
//Check each of the URL
while ($row = mysql_fetch_object ($query_result)) {
$check = $check_url ($row->url);
echo '<tr><td align="left">' . $row->Username . '</td><td align="left">' . $row->Dance Points . '</td><td align="left">
' . $row->Perfect percentile . '</td>
}
?>
</table>
CHUBBYCAT said:could you use the CreatePage() function for that instead of making all of those pages.