On 8/10/06, Robert Cahn <robertscahn@xxxxxxxxx> wrote:
I've just written a script that uses some files to build another file on the server. When I run the file I get the following message Fatal error: Call to undefined function: fprintf() in /home/rcahn/public_html/genenrollment2.php on line 259 When I run the same script in localhost under FC5 using apache 2.2 I don't have any problem. If I were programming in C I would assume I had missed including a header file but here I'm stumped. Any help will be appreciated.
This type of question would get better answers on a php-specific forum. But the most likely explanation is that you are running a version of php that doesn't support that function. It is only available in v5. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx