JAY BHARAT, software enginer, php programmers, software engineer, jay bharat ,9844542127

 
»
S
I
D
E
B
A
R
«
open any url in your website (get_file_contents)
April 4th, 2009 by admin

Hi,Friends

My this php help you to open any url in your website.

save it abc.php

<?php
//using this code you can open any website in your own localhost or inside your url
$homepage = file_get_contents('http://in.yahoo.com/?p=us');
echo $homepage;
?> 

Leave a Reply