How can I scrap the latest share price from this page? http://dsebd.org/latest_share_price_scroll_l.php The page stayed inside an iframe. But fif I browse the iFrame page directly then it shows blank page. May be the iFrame page url is: http://dsebd.org/latest_share_price_all.php I need to scrap each row from the iFrame page and need to store in mysql table. I can do everything if you can just out the iFrame page so that I can read it using php. Please help me. Thanks