Questions about permissions, visible only to yourself

Source: Internet
Author: User
I want to implement login, such as an article only this login visible, how should be implemented, PHP to do, what should be done?


Reply to discussion (solution)

How do you verify that the user is logged in?
In the database for each article, there should be a field UID.
if ($uid = = $current _user_id) {
Show article
}
The previous UID is the UID of the author in the article Database, and the latter is the ID of the user login database.

Whether you are visible to yourself to set a field, this field exists in the database. And then you can use the upstairs judgment.

Before you query, determine whether the user is logged in.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.