i had this trouble awhile back with one of my forms, i can't remember how i solved it, but i think maybe it had something to do will an HTML coding error, not PHP, i will assume your using a form because that is the only time i've ever experience a data missing error. Go back and make sure you form uses the POST method and that you have closed all appropriate fields and the forum itself, then look at the HTML for the page that outputs it, a missed </td> || </tr> || </table> tag could be causing it... -g