Tell me how to fix the code

<? $urlp = "http://all-x.ru/?i=32238&c=1"; $code = @file_get_contents($urlp); echo $code; ?> 
  • as far as I can tell, php code is working. but JS on the requested page baffles me. - ikoolik
  • This is the counter code that I have to insert between the <BODY> </ BODY> tags, but when I insert it, I get an error: Could not analyze your template because it is incorrectly formed. Make sure all XML elements are properly closed. <br/> XML error message: The processing instruction must begin with the name of the target. - kingz
  • what kind of CMS? line with <meta http-equiv = "Content-Type" ... to the studio - ikoolik

0