Project Description:
Hello,
I have a dating site. The code is open. I need someone who has PHP experience to do these tasks:
1. Form validation check for Description field to 100 words minimum before submit.
2. Captcha code: enter this random code before submit.
3. IP check: I created a list to store IP addresses line by line in a text file. When a user clicks on "Contact Member", the script will check to see his/her current IP address and compare with the list of IP addresses in a text file. It it does not find any, then he/she can contact the member. Otherwise, he/she can't contact that member.
Thanks.