PDA

Click to See Complete Forum and Search --> : Display exe file version


thud
Oct 20th, 2007, 01:10 PM
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.

penagate
Oct 20th, 2007, 09:42 PM
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.

thud
Oct 20th, 2007, 11:20 PM
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...