11.08.2013, 11:59
Well, if you have login system, this means that you already implemented some kind of storage system. Check if file for this user exists and based on that you can tell that he already registered.
#e: Oh, after registering - you need to store this information in file/database then load it and check it
#e: Oh, after registering - you need to store this information in file/database then load it and check it