I need a simple function to verify a simple access code. I need not be complex or super secure.
Something like:
if IsCodeValid("ABC-123-XYZ-890") then.....
I've been looking at other registration schemes and those are overboard.
Thoughts?
Thank you,
Something like:
if IsCodeValid("ABC-123-XYZ-890") then.....
I've been looking at other registration schemes and those are overboard.
Thoughts?
Thank you,
Comment