Hi All,
First of all i'll tell you what i m doing ....
I ve a blog at http://myblog.blogspot.com/ ... now ... i am going to make simple website for myself and i want my blog to open inside my website ....
i tried using
<?php
$remote = fopen("http://myblog.blogspot.com/", "r");
fpassthru($remote);
?>
but this is not working properly .... i mean it is opening the blog in my web page but its not looking good .... in terms of my website style ....
Not sure whether this is happening due to wrong usage or if there is any other method to achieve what i am trying to ...... or simply this post should be in another forum, like for css or html .......
Please help ......
Thanks a million in advance !!!!