> I'm not sure if this newsgroup is the right place for my message. If it
> isn't please tell me the correct one to post to.
>
> I want to use PHP to handle my own database format but I can't seem to
find
> fprintf in the documentation even though fscanf is there.
>
> Does PHP have an fprintf function?
We don't have one. Use fputs($fp, sprintf(...)) instead.
No need to create a feature-request: we already have one:
http://bugs.php.net/bug.php?id=1027
Sander
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]