I have an EXE file on my server, with PHP I would like to display its file version.
For example
<?php echo $fileversion; ?>
I know this can be done but Im not sure how, I did a search and did not find anything.
Printable View
I have an EXE file on my server, with PHP I would like to display its file version.
For example
<?php echo $fileversion; ?>
I know this can be done but Im not sure how, I did a search and did not find anything.
I don't know of any way to do that except to call a Windows API function which will obviously only work if you are using a Windows server.
My site is on a windows server...Quote:
Originally Posted by penagate