Posts by Wolf Prog. • 91 points
1 post
- 
		9 votes4 answers865 viewsQ: Split a 16-digit number in PHPNumber: 9999999999999 Stay like this: 9999 9999 9999 9999 $num1 = "9999"; //parte 1 $num2 = "9999"; //parte 2 $num3 = "9999"; //parte 3 $num4 = "9999"; //parte 4 I would like to do this without… phpasked Wolf Prog. 91