Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. $url = 'http://www.yourdomain.com/index.php?page=japps&controller=apps-tag&id=widget_identifier&noheader=1';
  3. echo htmlspecialchars( file_get_contents( $url ) );
  4. ?>