| | my echo code of some function gives the output like .. date4.php04 May 06 dirtest4.php04 May 06 it is not in good display format..File names are fine but i want to arrange the position of the date.. for example i want to that date of all the outputs will be at the same position like date4.php 04 May 06 dirtest4.php 04 May 06 can some one help me in correcting the format.. code is: CODE echo "<td><a href=\"". $dir_name . $thisName . "\"></td>". $thisName . "</a><td >$thisTime </td><br />\n"; |

