<?php function GenerateKey($input) { return wordwrap($input, 4, '-', true); } echo GenerateKey('89E01E2E18753F636DA11532');
You have javascript disabled. You will not be able to edit any code.