Is there any way to have a function wich prints a webpage to a specific printer on the network (a fax driver)...or is there any other way to fax from within php?
probably depends on the software/driver you are using. Find out if there is a way to execute the software/driver from the command line and use this through the exec() PHP function.
🙂
done that with coldfusion, but that will take lots of work