I hope i post this on the right place, or else i hope the admin will be helpfull to put it in the right section. Thanks
I am in the process of creating a waiting list that I want to work automatically. When a new member registers for membership, the member must be on a waiting list for a while before the member gets permanent membership. When the membership is active, I want this to work so that I can delete the person who is number 1 in the list, and number 2 will be number 1. the remaining numbers in the list will automatically move a number up, such as at no. 5 will be No. 4, etc. Only the name will be displayed in the member list, but the form that the new member submits will have several fields. There are 12 fields to be filled in in the MySQL database, but only the name and surname to be displayed in the list. The position number in the waiting list must be set automatically in front of the name. Is there somebody in here on PHP Help who can help me with this script me the whole PHP script or help me on the way.