Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Plugin Detection with PHP 1

Status
Not open for further replies.

wellmad

Technical User
Apr 23, 2004
11
GB
Hi,
Really basic question this but, is it possible to detect intalled plugins in MSIE (adobe reader, flash, etc) with PHP in a similar way that it is possible with vbScript (i.e, by creating instances of activeX objects)? or is it best just to stick with vbScript in the first place..?
 
PHP runs on the server and serves the output page to the client. When client sees the page, PHP is done, so there is no way of seeing anything that client's system has through PHP. You would have to resort to JavaScript or VBScript.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top