Does anyone know how to use Windows Scripting Components (.wsc) with PHP.
For example how would I convert this ASP code to PHP?
<% Dim control Set control = GetObject ("script:" & Server.MapPath ("myControl.wsc"))
%>
Is it possible?
thx😕