Does your server have PHP ?
make a file called test.php and paste in
PHP Code:
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);
?>
and let us know the results. Then you can use easy calls via the
include command on PHP.