no error I just have a few members that lost all there PMs anyway to get them back from the pmtext table since they are still there?
I can pull the data with the following sql that I would need.
Code:
$sql = 'SELECT `pmtextid` , `fromusername` , `title` , `message` , `touserarray` , `dateline` ';
$sql .= 'FROM `pmtext` ';
$sql .= 'WHERE 1 AND `touserarray` ';
$sql .= 'LIKE \'USERINFOHERE\' LIMIT 0, 30';
What I need help with is how to put it into a php form so that I can give the 2 members access to the php file so they can view their old PMs and save them