Hi, I am relatively new to PHP programming.I am into developing a website that uses acitve x components heavily; like net-meeting or conferencing. how important a role does PHP play in using active-x components and is there any compatibility issue using PHP?
PHP is serverside ActiveX is clientside
Therefore PHP outputs the html that the browser reads to produce a page. The PHP code can output the raw html that calls an activex control but is inherently unaware.