OiO.lk Blog PHP How to print a 15-column table from 0000 to 9999 in php
PHP

How to print a 15-column table from 0000 to 9999 in php


I want to printout a table output like this:

0000 0001 0002 0003 0004 0005 0006 0007 0008 0009 0010 0011 0012 0013 0014
0015 0016 0017 0018 0019 0020 0021 0022 ... 0029
0030. and so on up to 9999.

Would like a random output also. All written i php language.

Thank you



You need to sign in to view this answers

Exit mobile version