lt = letter(eg:- a,b)
sr = start
sp = stop
Code:
<?php if(isset($_GET['lt'])){ $lt = $_GET['lt']; if(isset($_GET['sr'])&&isset($_GET['sp'])){ $sr = $_GET['sr']; $sp = $_GET['sp']; if(!empty($lt)){ if(!empty($sr)&&!empty($sp)&&$sp!=9){ if(strlen($lt) ==
Leave a comment: