The form:
<form name="form1" id="form1" action="testback.php" method="POST" target="_blank">
<textarea id="area" name="area" rows="5" cols="25">
Some stuff here to save add your text
</textarea>
<input type="submit" value="Save As" name="submit" id="submit">
</form>
testback.php...
Are you sure it is the entire db?
Error: 1033 Incorrect information in file: './emugortd_pp31/wikiobjectcache.frm' (localhost)
Not sure what that file does, but it might be the only thing corrupted.
An idea of mine, which checks last time you logged on to cPanel, not the Forums.
You have to add email code, adjust the time to your taste, and set up a daily cron jog.
My earlier post.
## constants depending on the size/margins of image
$image_width = XXX; # width of image
$image_margin = XXX; # size of left/right margins if you do not want to edge
$value_max = XXXX; # max abs input value, probably 100
$value = From DB ;
# maximum width of color bar
$bar_max...
If this is what you want, then you can try the attached file.
You will need to download your own copy of the prototype js library from here
You will also need a ttf font. I used Activa from here
If it halts at the same place each time, have you looked at the data that is causing it to halt?
You might have a unique key on a field that is being repeated, or some other problem.