have a php file like this that was written with the help of people on here
and it works kinda..but the chatcontrol loads but the ie window is white still.
i know that the ocx is loading but its not visible .. becuase only the param names are being printed?
is there a way to printf html code?
i tryed something like this
didnt work
ima php n00b BTW
PHP:
<OBJECT ID="ChatFrame" CLASSID="CLSID:8C2B40CD-C2A1-4B48-8FFE-00804230846A'
CODEBASE="chat2.CAB">
<?php
foreach ($_GET as $param => $value) {
printf('<PARAM NAME="%s" value="%s">%s',$param,$value,"\n");
}
?>
</object>
and it works kinda..but the chatcontrol loads but the ie window is white still.
i know that the ocx is loading but its not visible .. becuase only the param names are being printed?
is there a way to printf html code?
i tryed something like this
PHP:
$data ("<OBJECT ID="ChatFrame" CLASSID="CLSID:8C2B40CD-C2A1-4B48-8FFE codebase=chat2.cab">
prinf ($data)
didnt work
ima php n00b BTW