Basically what you want is a page that goes something like this:
// set form default $values
if( !emtpy($_POST) ) {
// update the forms $values with posted values
// validate the $values and collect any error messages
}
// show page header
if( !empty($validation_messages) ) {
// show the validation messages
}
// show the form using the $values
// show page footer
[/PHP]
Thanks for the reassurance that the backups are available if needed. I've never needed them before and with any luck I never will, I was just wondering if I needed help to get the data.
Thanks for the info.
Sorry, I should have been more specific. I was referring to historical database backups rather than downloading the database in its current state. Something similar to the R1Soft restore feature for files.