Need programming help based on PHP

Hi,

I am trying to develop a simple PHP application with quite a 2 hour free trial for my application. I need the account to deactivate after 2 hour. Don’t know how to do and I also want multiple IP protection on single user

Thanks in Advance

When they register, give them a time limit, save it in your database.

Check the time has not been reached each time they log back in then set a session time for the remaining time too.

Would that work?

multiple IP protection on single user

Every time I hang up my connection I get allocated a different IP address, so does that mean I would not qualify?

What if I wanted to check how your test app looked on my smartphone?

Perhaps you are going to stipulate that the 2 hour test drive has to be done in one session?