PDA

View Full Version : php sending mail?


Kara
10-30-2000, 10:45 AM
I'm going to set up a new chat room on my site with php.[nbsp][nbsp]I want to edit the script to have it send a new user an e-mail.[nbsp][nbsp]I just want to make sure I can do this.

thanks
Kara

Kara
10-30-2000, 02:23 PM
PS:[nbsp][nbsp]Are PHP chat rooms as server intensive as CGI chat rooms?
That's a very good question :).[nbsp][nbsp]I've never ever even thought about using php so I haven't got the foggiest.[nbsp][nbsp]Thanks for the link Jimbo.[nbsp][nbsp]Do you have any other php links?

Kara
[nbsp]

Justin
10-30-2000, 03:17 PM
I'm going to set up a new chat room on my site with php. Then:
I've never ever even thought about using php... Just thought I'd point that out ;)[nbsp][nbsp] Anyway, chat scripts are not allowed, whether it be CGI, PHP, or anything that runs on the server side. You will need to either:

- Outsource your chat to an external server, perhaps IRC with a Java client
- Use a peer-to-peer system of some sort, again perhaps using a Java based client

Please be sure to re-read http://www.FutureQuest.net/tos.php (certainly you read it prior to signifying that you agree to its terms, but you may want to review the section on scripts).

------------------
Justin Nelson
FutureQuest (http://www.FutureQuest.net/index.php) Support

Kara
10-30-2000, 04:28 PM
Thank you Justin ;)

Well then I won't bother with this then.[nbsp][nbsp]We were using a java chat, but I disabled it a while back.[nbsp][nbsp]I am really not into the chat room thing, but my visitors are.[nbsp][nbsp]The only reason I was looking for a new one is because the admin functions in Ralf's chat are a PITA.

Kara

jimbo
10-31-2000, 01:21 AM
mail is very easy with PHP, check out: http://www.php.net/manual/function.mail.php for more information.

:)

-jim

PS:[nbsp][nbsp]Are PHP chat rooms as server intensive as CGI chat rooms?