[PHP] live Counter

2002-03-04 Thread olev rumm
Hello How can I monitor how many visitors are currently on line, with out refreshing the frame - like a live monitor Olev -- PHP General Mailing List (http://wwwphpnet/) To unsubscribe, visit: http://wwwphpnet/unsubphp

[PHP] Re: Email MIME Support?

2002-03-01 Thread olev rumm
Have a same problem. Moved my mime stuff just for testing to other server and not working at all. working version www.toolmecindustries.com/submform.php not workin version at http://streetrave.tartu.ee/toolmec/submform.php what to do - good question.. Olev. Steven Walker [EMAIL PROTECTED]

[PHP] Ok Gurus Shake your nudels !!!

2002-03-01 Thread olev rumm
Mime problem. I have my web form here www.toolmecindustries.com/submform.php Now my email recieves all the contens thruogh [EMAIL PROTECTED] (fields what customer filles out) but attachment (picture fail) is shown like encrypted here: rewfg/wr;tlkmbwsl/kw;relktnh;wlkfdvbs.kdfnghb/asdfmgbn/.slfg

[PHP] problem with mime mail (attachment part)

2002-02-28 Thread olev rumm
Hello. Have a submission form on my website with attachment possibility. Now, the problem is that it submits all the fields and takes the picture file with it.But when i recieve it in my outlook or outl.exprss the image is like encrypted - all in zeros and ones mixed with some other stuff. I

[PHP] attachment problem

2002-02-08 Thread Olev Rumm
Hello gurus, need some help here please. I have mail php script with out attachment possibilities. How can I add attachment in to this one? ? $MailToAddress = [EMAIL PROTECTED]; $MailSubject = subject; if (!$MailFromAddress) { $MailFromAddress = [EMAIL PROTECTED]; } $Header =

[PHP] Re: attachment via mail PHP

2002-02-03 Thread Olev Rumm
aloo... Olev Rumm [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello I was looking a way to fill a forms on line and send them over via the server. Found a good(in my mind) and simple php mail skript f

[PHP] attachment via mail PHP

2002-02-02 Thread Olev Rumm
Hello I was looking a way to fill a forms on line and send them over via the server. Found a good(in my mind) and simple php mail skript from http://open.appideas.com/phpMailForm/source.php I managed to get it working. In my form there is a upload the the file section. like this:

[PHP] how to add attachment

2002-02-02 Thread Olev Rumm
Hello I was looking a way to fill a forms on line and send them over via the server. Found a good(in my mind) and simple php mail skript from http://open.appideas.com/phpMailForm/source.php I managed to get it working. In my form there is a upload the the file section. like this: