I use PHP Simple HTML DOM Parser and I want to add javascript link to html dom. Here is my code.
$html= file_get_contents("http://example.com")
I want to add
<script type="text/javascript" src="http://exapmle.com/example.js"></script>
link to between head tag. Anyone who knows solution?