Re: [PHP] e-mail code

2007-10-26 Thread Jochem Maas
arash moosavi wrote:
 First: how can I write php code that alert me when I have new mail?
 such as Gmail

first you read lots about php and programming, whilst your doing that
you you try out lots of code to see what it does ... eventually your
understanding gets to a level where you are capable of writing some code
to do something you want.

easy really.

this mailing list is not here to turn whatever idea you happen
to have today into working code.

 
 Second:Where can I find libgmailer sample code?

google for libgmailer

 for example reading new mail or sending mail and more..
 
 Thank You
 

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



[PHP] e-mail code

2007-10-26 Thread arash moosavi
First: how can I write php code that alert me when I have new mail?
such as Gmail

Second:Where can I find libgmailer sample code?
for example reading new mail or sending mail and more..

Thank You