|
This is what I mean more specifically[PHP]<?php
echo '<table>';
echo '<td>';
if(isset($_GET['foo'])){
// Process the form
echo 'Some updated database stuff';
echo '</td>';
echo '</table>';
echo '<a href="form.php">Add to table</a>';
}else{
echo 'Some old database stuff';
echo '</td>';
echo '</table>';
echo '<form method="post" action="form.php?foo=1">';
echo '<input type="submit" name="submit" value="Submit">';
echo '</form>';
}
?>[/PHP]
__________________
Lo, there do I see my father. 'Lo, there do I see My mother, and my sisters, and my brothers. 'Lo, there do I see The line of my people... Back to the beginning. 'Lo, they do call to me. They bid me take my place among them. In the halls of Valhalla... Where the brave... May live... ...forever.. GrimBB | Mimesis
|