I've been programming in assembler and C/C++ for a number of years, but I'm
only just starting down the road of PHP & MYSQL.
I have a couple of questions:
(1) Before I start writing my own code, to learn from, and also avoid
re-inventing the wheel, does anyone know of any existing source that
implements a (basic or complex) play-by-email system using PHP and maybe
MYSQL?
(Or at least some information on how to handle incoming emails through PHP
code.)
The system will be purely email based (like majordomo or listserv) - there
will be no web interface.
I'm looking to implement something that will basically be able to receive
emails, process them (and add stuff from/to a MYSQL database) and then send
out emails.
(2) Also, what information should I be requesting from potential web-hosts?
i.e. what server software and set-up are they running. I ask this because
the only article I did find on handling incoming emails, mentions amongst
other things to get "PHP compiled as a CGI binary, not just as an Apache
module" (whatever that means.)
Thanks in advance,
Simon.
only just starting down the road of PHP & MYSQL.
I have a couple of questions:
(1) Before I start writing my own code, to learn from, and also avoid
re-inventing the wheel, does anyone know of any existing source that
implements a (basic or complex) play-by-email system using PHP and maybe
MYSQL?
(Or at least some information on how to handle incoming emails through PHP
code.)
The system will be purely email based (like majordomo or listserv) - there
will be no web interface.
I'm looking to implement something that will basically be able to receive
emails, process them (and add stuff from/to a MYSQL database) and then send
out emails.
(2) Also, what information should I be requesting from potential web-hosts?
i.e. what server software and set-up are they running. I ask this because
the only article I did find on handling incoming emails, mentions amongst
other things to get "PHP compiled as a CGI binary, not just as an Apache
module" (whatever that means.)
Thanks in advance,
Simon.
Comment