I have the following snippet of code that basically uses explode to split out these values: <?php $data=array(); $Inputfile = file("prod.txt"); foreach ($In
How can I make each cell in my table have a minimum width of 3 digits and not much larger? Now I am hard coding min-width, but I don't like to hard code a value