Hi Too all first of all I want to say I need 10 posts badly so lets help each other lol! Ok and now the real part I need some help with php because Im pretty new to it (really im not a big fan of php I like asp more but as asp is an Microsoft protuct its not cheap so have to start liking PHP ) I need too include a part of one site in my site that meens i dont need the whole site onlia a smal part. I found the way but it loads very slow so im trying to find an other way. Heres the code maybe you'll understand better what i want when you'll see the code.
<?phpob_start();include 'http://google.co.uk';$content = ob_get_contents();ob_end_clean();echo substr($content, 300, 30);?>