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 ....
For example .... its overriding my website's css and implementing the css and style of the blog ..... how do i fix it ?
Please help ......
Thanks a million in advance !!!!