On 8/14/2014 12:24 AM, Ethan Rosenberg wrote:
fprintf($fptr1, "%s\t %s\t %-9s\t %s\t\n", $row1[4] -$row1[3],
$row1[0],$row1[1],$row1[2] ); //works
}
fprintf($frpr1,"%s\n", $string1); //doesn't work
What am I doing wrong?
TIA
Ethan
Programming?
Could it be that you AREN'T USING PHP ERROR CHECKING AGAIN?!!! Because
if you were I think you would have been told what is wrong with this code.
Q#1 - What is $fptr1? Ans.- A handle I presume.
Q#2 = What is $frpr1? Ans.- ???
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php