joobidev

Render using file_get_contents()

Jun 3rd, 2015
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  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. ?>
Advertisement
Add Comment
Please, Sign In to add comment