tfk11

Members
  • Posts

    4
  • Joined

  • Last visited

tfk11's Achievements

Newbie

Newbie (1/4)

10

Reputation

  1. 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]
  2. 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.
  3. 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.
  4. Hi, Is it possible to download mysql database backup data via the cPanel?