secure content in a database

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
rubberjohn
Forum Contributor
Posts: 193
Joined: Fri Feb 25, 2005 4:03 am

secure content in a database

Post by rubberjohn »

i am creating a site with three levels of user - would there be any security problems with placing their respective content in a database table and retrieving it depending on the level of the user? - this content would include form elements and php code

thanks
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Post by neophyte »

IMHO No.
Post Reply