Right, I don't really have the time to trawl through archives and things so I was wondering if anybody could help me at all please?
I need to make it so that someone is only able to upload something once a week.
So, in my database i have a timestamp (via date()😉 that is in the form of yyyyddmmhhmmss which is updated when the user successfully uploads their soundfile (which goes into the field "soundfile") . The field name for the date is "sound_date".
I need it so that when the User selects the file and presses upload, it checks the current date against the date in the database. If the current date is more than a week after the date in the database, then it allows the upload, otherwise it doesn't.
Does anybody have any idea how to do this?
Would be a real help 🙂
Thanks in advanced.
Carl