Okay
  Public Ticket #1410708
How to secure data if we are using php serialization
Closed

Comments

  • Akash started the conversation

    Is it possible to get the data from php serialized array in following situations.  My wordpress site requires a login to view any page. And I can not make the data public. what will you suggest to protect the data and use php serialization array? 

    I need to perform some operation on the data after fetching it from the database. So I can not use mysql query.

  • [deleted] replied

    Hi Akash,
    Thank you for the inquiry.

    "My wordpress site requires a login to view any page. And I can not make the data public. what will you suggest to protect the data and use php serialization array?"

    - If your WordPress site requires a login to view page why can't you place the table on the page and just logged in users will be able to see it? Can you please describe me in more details your use-case so I can understand it better.