Placing limits on search results

admin

Administrator
Staff member
I have a web site, which allows users to have unlimited email contact with other users. I would like to limit the amount of people they are able to contact to 5 per month. The database is written in php3 - postgreSQL and I am wondering if this is just a code that needs to be added? Below is part of the code that allows the members to click on a contact button and take them to the email form page. I think that perhaps a change would need to be made around this code to acomplish what I am looking for... The program would need to keep track of when the user's month starts and finishes, and how many times they click contact so that they will get a message after 5 times that they have none left... Anyone have any ideas?

<a href='http://www.phpbuilder.com/board/archive/index.php/mailcontact.cgi?contact=$emailadd'>
 
Back
Top