[snip]
I am trying to make a restaurant website where we can order on the net.
However, since the waiters cannot watch emails, I want to convert the
mail()
messages from the webpage to a fax using an appropriate gateway.

We want one gateway to server many web sites. Is there such a
possibility?

If yes, can someone please tell me how to start?
[/snip]

php|a just had an article about printing with PHP, the way that you
access a fax server is by 'printing' to it. I don't remember which issue
at the moment, but you can find out at http://www.phparchitect.com/

As far as a gateway server...uhm, a web server is capable (usually) of
hosting several web sites. Go to start with http://www.apache.org

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to