PHP: <?php $Path_Folder = "X:/home/localhost/www/z/"; $Path_Signer = "X:/home/localhost/www/p/"; function _GetSign($inStr) { global $Path_Folder, $Path_Signer; chdir($Path_Folder); $PlanStr = "$inStr\004\r\n"; $fp = popen($Path_Signer, "r+"); fwrite($fp,$PlanStr); $s = fgets($fp, 133); pclose($fp); return $s; } $wmid='941977853154'; $purse='R146511722011'; $rsign=_GetSign($wmid.$purse); echo $rsign; ?> В результате белая страница( В чём проблема?