CRUD For Users

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dsick
Forum Commoner
Posts: 57
Joined: Fri Mar 27, 2009 3:34 pm

CRUD For Users

Post by dsick »

i finished my crud for my staff area, basically i want the same crud for a public area, but i want it to show the users content , ( content that they submitted ) they will also be able to delete the content they submitted, and update the content they submitted.. if you can tell me some ways i could accomplish this i would be able to figure it out... im an intermediate PHP programmer encase you want to know where im at. I learned the essentials and want to advance my knowledge ASAP.

and also... i wanted my users to be able to edit information they put in the registration form like there username/password/email.. ect
Post Reply