So I need some advice on the best way to do this. I need to have different level users and all but I can take care of all that. So whats the best way to:
Allow admins to post news
Allow admins to post tutorials
Allow admins to post in other catagorys.
My old method of doing this was a different editor for every catagory (i have a lot of catagorys for them to post in) That included 1 php file to post, 2 files to edit a post, and 1 file to delete a post. I tryed this on my new server and realized it ate all my bandwidth up. So..my question is how can I do this easily with the minimum ammount of files..
1 to post
2 to edit
and 1 to delete.
Each file should work with every catagory instead of having a file for every one..Im not sure if this makes sense to anyone but if somehow you could understand my horrible way of putting it..please help me out. Thanks in advance.