I need help with Pilot Id's in PHPVMS. I want the pilot ids to be in the following format
10000
10001
10002
..........And soo on...
I have tried by changing the pilot id's manualy and keeping the Config::Set('PILOTID_LENGTH', 4); # Length of the Pilot ID "4" but than the new member gets 1002 instead of 10002 when i do it to Config::Set('PILOTID_LENGTH', 5); # Length of the Pilot ID "5" it gives 01002 instead of 10002
So can you guys help me please ?
Thank You
Would be waiting for your replies.