Hello,
I'm building one website with accessibility rules (site to check accessibility errors )
And one (of many :o ) error i get is using iframes, in the error it says you MUST use HTML files in iframes 😕 . I think that's stupid, it should support php also, but i started trying make the html process the php script, by searching this forum, i found that it's not possible unless you config your apache to render html as php (N/A).
So there's one thing i found and never made it work:
<script language="php"> ... </script>
what is this suppose to do?
and does somebody here know a way to include php script inside an html file
thanks