Re: [PHP] count number of email sent to us

2001-07-18 Thread halmi yasin
hi jack, the easiest way for you to do this is by using javascript. do somethins like: mailto:[EMAIL PROTECTED]"; onClick="countClick()">Big George and have a javascript function like: function countClick()"= { ...do stuffs } i dont know if you can embed php in javascr

[PHP] imap+php

2001-07-17 Thread halmi yasin
hi, i need to create a web form to add an email account for imap uw-imap server. how to store userid and password for email accounts into the server? have anyone ever done this before? can anyone show me how to do this? i really have no idea. reading imap's rfc and docs doesnt help me. HELP.