Re: [PHP-WIN] mail() I get crazy from this...

2002-09-01 Thread Aleksandar Skodric
yup, from his very first post... So i suppose that he is collecting his mail or from netscape browser, or from netscape mail program with seted up smtp and pop from hotmail : ) - Original Message - From: "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]> To: "'Ale

Re: [PHP-WIN] generating an automated mail .......

2002-08-31 Thread Aleksandar Skodric
Mail() should be just fine... $subject = "Confirmation... sth"; $body = "Your username is: $username. Your pass is: $pass"; mail($to, $subject, $body); Cheers, Alex - Original Message - From: "toby z" <[EMAIL PROTECTED]> To: "php hlp list" <[EMAIL PROTECTED]> Sent: Saturday, August 31

Re: [PHP-WIN] Is there a PHP-WIN FAQ?

2002-08-31 Thread Aleksandar Skodric
Well, I think that in every mail next to unsubsribe info should be also added where to fin FAQ... : ) Cheers, Alex - Original Message - From: "Ross Fleming" <[EMAIL PROTECTED]> To: "PHP Windows mailing list" <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 5:02 PM Subject: [PHP-WIN]

Re: [PHP-WIN] mail() I get crazy from this...

2002-08-31 Thread Aleksandar Skodric
the best thing to do then is to install your own mail server. There plenty of them on the markt. Most of them come with 15-30 day free trial, so you don't have to spend money on sth you don't like... Alex - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

Re: [PHP-WIN] mail() I get crazy from this...

2002-08-31 Thread Aleksandar Skodric
No, there is always an solution : ) You could apply for the account at some ISP so that you could use their mail services. Or, check on the web for mail servers and install one. I have also XP with PHP/MySQL and also my own DNS and MAIL server... Ans as you can read my mail know, it seems it is

Re: [PHP-WIN] Capturing IP Address

2002-08-31 Thread Aleksandar Skodric
$address = server["remote_addr"] and then just pass the address to your DB - Original Message - From: "Richard Black" <[EMAIL PROTECTED]> To: "'James Meers'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 2:13 PM Subject: RE: [PHP-WIN] Capturing IP Address >

Re: [PHP-WIN] mail() I get crazy from this...

2002-08-31 Thread Aleksandar Skodric
OK, let me first explain how smtp works (as Aerosmtih would say: you have to learn to crawl, before you learn to walk...): when you compose your message in PHP it is beeing passed to the SMTP server that is defined in php.ini. SMTP shall then pass the message to the recepient. As far as I unders

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-31 Thread Aleksandar Skodric
SMTP and POP servers are used to send and receive mails. In most of the cases, people use SMTP and POP for mail. As I said before, you can use smtp from your provider, or install you own mail server, which will then give you your own SMTP and POP servers. so in php.ini you should then type in you

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-31 Thread Aleksandar Skodric
Hi, you said that you don't have a provider, so I suppose that you do not have any smtp server you could use... You have two options, register with some provider so that you could use their SMTP server (smtp server sends mail). Or, install your own mail server... Cheers, Alex - Original M

Re: [PHP-WIN] Re: Parse error?!

2002-03-02 Thread Aleksandar Skodric
Sure...   this is it:   if ($bvorm == "anders" && $bedrijfsvorm_anders == "leeg"){    echo "Opgegeven bedrijfsvorm is niet juist. Wilt u dit controleren en opnieuw aanvragen.";    exit;}   $to  = "[EMAIL PROTECTED]" . ", " ;  $

[PHP-WIN] Parse error?!

2002-03-02 Thread Aleksandar Skodric
Hi all...   This is my first posting, so if question has been already asked (and answerd) my apologise : )   OK, here it goes. I had Apache on Win XP. It all worked fine till some time ago... I decided to try some other web servers and now I'm