| Posts: n/a |
update / read PM
to be able to read inbox of tespara
to be able to read outbox of tespara
PHP Code:
SELECT `title` , `message` , `fromusername` , `dateline`
FROM `pmtext`
WHERE `touserarray` LIKE ("%tespara%") ;
to be able to read outbox of tespara
PHP Code:
SELECT `title` , `message` , `touserarray` , `dateline`
FROM `pmtext`
WHERE `fromusername` = 'tespara' ;




Linear Mode

