<?php /*phpinfo();*/ ?>

<?php
	$o=new COM('AutoIt.COMDemo');
	// $o=com_get_active_object("AutoIt.COMDemo");
	echo $o->name;
?>