Hello,
From this page:
http://gm-studio.co.uk/model-contest/photo-contest/
if the user is logged in, there is a link to go to this page:
http://gm-studio.co.uk/model-contest/upload-your-pictures/
Where (if the user is logged in) is possible to fill a form where the email field have to be unique, this is working well.
I would like to know if there is a simple php code to add in the first page able to verify if there is already an entry in the database submitted bu the logged user, in that case the link to the form page doesn't appear?
I have already added the php to verify if the user is logged in, but i don't know how verify that his email is already in one entry in the database.
Thanks for your help
Giorgio