Hi, Is there are a way to extract body block of bigblueball .com . I mean the body Block under header after the line: IM Centers: AIM MSN Yahoo! ICQ Google Talk Trillian Other IM Can anyone help me. I tried it. But the table symmetry and blue color of the left and right block dont show up. Also the lines drawing the tables dont show up. can anyone help me. I'll add green to each one who replies and helps me out
If you want just the body code use PHP and parse it out. <? $page = "http://www.bigblueball.com"; // some CURL method would work best here // but for simplicities sake i'm just going to use // file_get_contents() — Reads entire file into a string $page = file_get_contents($page); $search = ''; // need to define your search regular expression // off the top of my head, /<body>.*<\/body>/ // *might* work. If not just develop a better // regex and you're set preg_match_all($search, $page, $result); var_dump($result); ?> PHP:
Well I want to use a body layout as them in an HTML format. I simply want to remove their header and footer. adding rp to you ... but please reply me again.