|
-
Oct 20th, 2007, 01:10 PM
#1
Thread Starter
Hyperactive Member
Display exe file version
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.
-
Oct 20th, 2007, 09:42 PM
#2
Re: Display exe file version
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.
-
Oct 20th, 2007, 11:20 PM
#3
Thread Starter
Hyperactive Member
Re: Display exe file version
 Originally Posted by penagate
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|