Re: Printing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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





[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux