Quote:
Originally Posted by mlseim
I might not be understanding the question, but here's my thoughts anyhow ...
I assume you're using MySQL as your database and the content is text
or something that is stored as blocks with some sort of ID (date, whatever).
Add another field in the database table for "enable". That way, you keep
the block of content, but enable or disable from view. It can stay retained
for audit purposes and simply remain invisible.
|
this what i done now.
How about if the data had link to other?
We can direct block the delete function for user?
If we not block, user delete the data, and caused the data linked may not display.
what should i done on it?? direct block it?
But if i done the method, it may cause slow of loading of the pages. Cause need a lot of checking on it.
i m using PHP and MySQL database.