[PHP-WIN] Get module name of COM object and its functions

2002-05-21 Thread Noah Spitzer-Williams
> Hello there, > > I just started working for this company which uses a COM object (a dll > file) as the backend to a Visual Basic App. I want to convert this into PHP > however when I try to create the instance of the COM object (ex. $inst = new > COM... ), I don't know what to put as the mod

[PHP-WIN] Restart process from code?

2002-07-17 Thread Noah Spitzer-Williams
Is there a way to restart a process (actually the process to handle ASP pages) from code? - Noah -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: [PHP] Restart process from code?

2002-07-17 Thread Noah Spitzer-Williams
But I would like to restart the process as in it's currently running and I want to end it and then start it again... - Noah - Original Message - From: "John Holmes" <[EMAIL PROTECTED]> To: "'Noah Spitzer-Williams'" <[EMAIL PROTECTED]>

[PHP-WIN] Re: [PHP] Restart process from code?

2002-07-17 Thread Noah Spitzer-Williams
How do I end the process using exec? Is there an equivalent to NET STOP? - Noah - Original Message - From: "John Holmes" <[EMAIL PROTECTED]> To: "'Noah Spitzer-Williams'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]&

[PHP-WIN] How to prevent error email from being sent?

2002-10-28 Thread Noah Spitzer-Williams
Hey guys, My service sends out emails every few days to members who wish to have stats sent to them. The problem is once an email becomes inactive, I the webmaster gets a failure email sent to me. This is starting to add up and I can get upwards of 20 of these a day. It just seems likea waste

php-windows@lists.php.net

2001-11-09 Thread Noah Spitzer-Williams
is there a function that will convert an array to "get variables" ie: array ("a" => "b", "c" => "d")==> "a=b&c=d" any help is appreciated! Noah www.trademytraffic.com TradeMyTraffic! Banner Exchange [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To un

[PHP-WIN] Include fails when "./" is in front of file name

2008-04-06 Thread Noah Spitzer-Williams
This works: include("file.inc.php"); This doesn't: include("./file.inc.php"); I can't figure it out! PHPMyAdmin uses "./" so it's obviously not working. Here's my environment: Win2003 Server w/ IIS 6 PHP 5.2.5 setup as ISAPI All PHP and httpdoc directories have read, write, and