Fábio Ottolini wrote:
Dear Comrades,
Can someone please explain why this is script is not working on my win2k
box with PHP 4.3.4?
list($alias, $domain) = split("@", $email);
$command = "nslookup -type=mx $domain";
exec ( $command, $result );
$i = 0;
while ( list ( $key, $value ) = each ( $
Glad you solved it!
And thanks for letting us know what your solution was...good tip.
Tryst
-Original Message-
From: Chuck Anderson <[EMAIL PROTECTED]>
To: php-windows@lists.php.net
Sent: Fri, 02 Dec 2005 18:45:38 -0700
Subject: [PHP-WIN] Re: Exec problem (using Winzip - comman
Chuck Anderson wrote:
I wrote a script to backup my Thunderbird user profile every night by
zipping the whole profile (with subfolders) into a zip file.
I use exec to call Winzip with command line parameters (see -
http://www.memecode.com/docs/winzip.html)
The script worked fine until I tri