Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how do we can copy of the content of a web page with the
help og the URL and display them onto any other page

Answers were Sorted based on User's Feedback



how do we can copy of the content of a web page with the help og the URL and display them onto any..

Answer / nikesh

$content=file_get_contents("http://nikeshyadav.blogspot.com");
echo $content;


by this function u can copy and display of one webpage to
another

Check it at <a href="http://nikeshyadav.com/blog.php"
target="_blank" >http://nikeshyadav.com</a>

Is This Answer Correct ?    5 Yes 1 No

how do we can copy of the content of a web page with the help og the URL and display them onto any..

Answer / pinak

this can also be done by curl function.

Is This Answer Correct ?    2 Yes 0 No

how do we can copy of the content of a web page with the help og the URL and display them onto any..

Answer / pinak

thanks both of you.

Is This Answer Correct ?    0 Yes 0 No

how do we can copy of the content of a web page with the help og the URL and display them onto any..

Answer / mishra ashutosh

Can be done by file_get_contents() and using CURL.
For fetching any particular part of it, parse the fetched information.

Is This Answer Correct ?    0 Yes 0 No

how do we can copy of the content of a web page with the help og the URL and display them onto any..

Answer / uma

<iframe height="500%"
src =
"http://url"
width="100%">
</iframe>
Try using header to redirect...
pl correct me if u feel the ans is wrong:-)

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More PHP Interview Questions

Can you give example for trait in php?

0 Answers  


How do functions work?

0 Answers  


What are the core OOP’s concepts?

2 Answers  


What are the reasons for selecting lamp (linux, apache, mysql, PHP) instead of combination of other software programmes, servers and operating systems?

3 Answers  


How to replace a substring in a given string?

0 Answers  


Which operator is used to combine string values in php?

0 Answers  


What are the special characters you need to escape in single-quoted stings?

0 Answers  


How we can retrieve the data in the result set of mysql using php?

0 Answers  


How will you create a bi-lingual site (multiple languages) ?

3 Answers  


How to remove leading and trailing spaces from user input values in php?

0 Answers  


What is php explain?

0 Answers  


What are the Merits and De-Merits of CURL library ?

1 Answers  


Categories