Tagged Questions
0
votes
1answer
33 views
Java code needs to restrict the user input
I got a serious problem on my code.
I got a swing JDBC code which I need to fill a table of names, addresses and an ID for the person, different than the table's ID. I created a swing input code for ...
0
votes
2answers
211 views
Adding information to MYSQL database using JSP private login
So, I am working on a JSP project where I have a user login that pulls information from the MYSQL database.
I have a table called menu which contains menuid, name, info, price and restaurantid.
...
0
votes
1answer
425 views
Wordpress - Restrict users in backend to certain categories [closed]
I'm looking to modify Wordpress with a plugin hopefully that will restrict users edit only certain categories, posts and widgets. Does anyone know of anything that may help?
0
votes
1answer
539 views
Calculating number of users accessing my website at a specific point of time
I am having a web application built using ASP and Asp.Net.I want to restrict number of users accessing this website.There are ways available separately ASP and ASP.NEt but,not for combination of these ...
0
votes
2answers
572 views
One blog for each Django user with the “blog role”
What approach is the best way to make content-types restricted to a user in Django, lets say that i want all users with the user-role "blogger" to have its own blog.
Ive createt a weblog app, but how ...