Hi all,
I have created inbox, sent and Trash......now
The deleted items in inbox is going to trash,,,,i mean i written the query only concerned with inbox......but now i want the deleted items of sent should also go to trash......
how can i write that query...........
I have written like this for inbox deleted items
$selcount = "SELECT * FROM autoalto_mail where flag='1' " ;
so what sent .......pls help me out.......