php-windows Digest 29 Jul 2001 04:17:25 -0000 Issue 673

2001-07-28 Thread php-windows-digest-help
php-windows Digest 29 Jul 2001 04:17:25 - Issue 673 Topics (messages 8543 through 8546): Re: PHP problems -permissions 8543 by: Joel php-newbie is wondering ... 8544 by: Hagen Möbius 8545 by: G Schneider Having PHP inside of ASP using the #include VIRUTAL= directiv

[PHP-WIN] Having PHP inside of ASP using the #include VIRUTAL= directive??

2001-07-28 Thread Kevin Costain
Hello, I was wondering if anyone had done this before, i would like to add a counter to a page that is asp and use the asp directive #include VIRUTAL= to include say, count.php and treat this as php script. Has anyone tried this? Is there a way to run PHP from within ASP itself ? Thanks, Kevi

[PHP-WIN] Re: php-newbie is wondering ...

2001-07-28 Thread G Schneider
Your problem is probably that the mail() function doesn't work, yes? Well, this is usually because providers will not allow their SMTP server accept things called 'relays'. PHP needs to use a SMTP server that *does* accept relays. Ask you provider to either: 1) Allow their SMTP server to accept

[PHP-WIN] php-newbie is wondering ...

2001-07-28 Thread Hagen Möbius
Hi all! I was really wondering wether there is any way to make the mail(..) function working with a W2K-IIS System. Can anybody help me please?? thanks in advance ... Hagen -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

[PHP-WIN] Re: PHP problems -permissions

2001-07-28 Thread Joel
Hi Emerald, You shouldn't have messed with the DLLs. I know that's what the PHP documentation says but all I did was copy 3 lines of code into the httpd.conf file of Apache. Thats it, I didn't do anything else and it worked fine. I can execute any PHP script on my computer. These are the 3 lines

php-windows Digest 28 Jul 2001 07:47:05 -0000 Issue 672

2001-07-28 Thread php-windows-digest-help
php-windows Digest 28 Jul 2001 07:47:05 - Issue 672 Topics (messages 8532 through 8542): Re: script timeout problem 8532 by: Paul Smith 8534 by: Robert J Sherman Re: Refresh window with php script? 8533 by: Ron Woods 8535 by: Robert J Sherman Why doesn't th

[PHP-WIN] Re: PHP problems -permissions

2001-07-28 Thread Joel
Hi Emerald, You should have messed with the DLLs. I know that's what the PHP documentation says but all I did was copy 3 lines of code in the httpd.conf file of Apache. Thats it, I didn't do anything else and it worked fine. I can execute any PHP script on my computer. These are the 3 lines of c