Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End how to make read & unread property for posts and messages with php& mysql

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #40547
    amis
    Participant

    Hellow Everybody

    I have been working on My CMS system and I want add to it the property of read and unread via PHP & MySQl

    is this done through session or what and how ?

    also I want make user groups with different permissions like edit , delete for users , supervisor , admins .. How this ??

    #113076
    amis
    Participant

    thx traq , I build my own CMS , I want know the idea for making message unread after opening it ..

    #113080
    amis
    Participant

    are u mean I will make column “read” with two value 0,1
    0-> unread & 1->read
    and if the reader get page will be turn from 0 to 1 ??

    like this

    if($_GET){
    $q = mysql_query(‘UPDATE messages SET read=’1’ WHERE m_id = ‘$id’ “) ;}

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.