[PHP-WIN] Re: PHP and FLASH Remoting - can it be done?

2004-05-24 Thread Andy Tawse
Our company has done quite a few projects with Flash and PHP and they work great together. There's a number of ways to make them communicate. Remoting (though I've haven't done much of this myself) is when you use Flash to call objects in PHP directly. The other ways to do it are by passing XML

Re: [PHP-WIN] windows mail problem

2004-05-24 Thread Andy Tawse
fwrite($fp,"To: <$mailto>\r\n"); fwrite($fp,"Subject: $subject\r\n"); fwrite($fp,"\r\n"); fwrite($fp,"$text\r\n\r\n"); fclose($fp); } hope that helps. -Original Message- From: Andy Tawse [mailto:[EMAIL PROTECTED]

[PHP-WIN] windows mail problem

2004-05-24 Thread Andy Tawse
of them to accept connections but it doesn't seem to get as far as the SMTP server. I've tried it on my local machine (XP Pro, IIS 5, PHP 4.3.6) and on the production server (Win 2003, IIS 6, PHP 4.3.6). I've restarted and done all the things I've found suggested for this pro