Dear list - I wish to align my output. An example- fprintf($fptr1, "%s\t %s\t\n", $row1[0],$row1[1]);In each row of output if the strings are wider than the tab setting, the text will indent.
Is there anyway I can formulate the fprinf so that each string will print at a specific place?
TIA Ethan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php