Win2K Server SP3
IIS 5
PHP 4.2.3

this code only works if php is ISAPI. any ideas? all help is greatly
appreciated.

ben

-----------------

<?

$postie_str =
"d:\inetpub\scripts\postie\postie.exe -host:mail.autodesk.com -s:\"Form
Processor
Results\" -to:\"[EMAIL PROTECTED],[EMAIL PROTECTED]\" -cc:
\"[EMAIL PROTECTED]\" -replyto:\"[EMAIL PROTECTED]\" -
from:\"[EMAIL PROTECTED]\" -file:\"d:\inetpub\scripts\postie\post
ie_temp_54130.txt\" -html";

$returnit = shell_exec($postie_str);

echo("$postie_str<hr>$returnit");

?>




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to