Contact: aviboots(AT)netvision.net.il
41,578 questions
54,200 answers
573 users
$str = "98"; $str = (string)((int)$str + 1); echo $str; /* run: 99 */