hey, i cant seem to get it working![]()
![]()
![]()
I dont get any error messages, just a blank page..
PHP Code:<?php
ob_start();
include ("http://www.mobiles4everyone.com/_exporths.asp");
$inc = ob_get_contents();
ob_end_clean();
$s = array(); preg_match('/<body\b[^>]*>(.*?)<\/body>/', $inc, $s); $inc = str_replace(" | ", "|", str_replace(" ", "", $inc)); $inc = $s[1];
echo ("$inc");?>



Reply With Quote

Bookmarks