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.
"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.
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.
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.