<?php $alphabet = range("A", "Z"); $i =0; Echo $alphabet[$i]; $i =($i+25)%26; Echo $alphabet[$i];
You have javascript disabled. You will not be able to edit any code.