hi hi... i'm working on this script for students to check their grades online. all they need to do is to login using their user id (which is auto generated) and matric. no. This will then display their details and grades.

However, the tricky part for me is that they want the auto-generated user ids to expire after 2 uses only. please i need urgent help in the implementation of that.

thanks.

Well you're saving the user ids somewhere so just save a count of logins along with it. If it is above a certain number (in this case, 2) just don't allow them to log in.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.