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
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 |
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 |
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 |
Can you give example for trait in php?
How do functions work?
What are the core OOP’s concepts?
What are the reasons for selecting lamp (linux, apache, mysql, PHP) instead of combination of other software programmes, servers and operating systems?
How to replace a substring in a given string?
Which operator is used to combine string values in php?
What are the special characters you need to escape in single-quoted stings?
How we can retrieve the data in the result set of mysql using php?
How will you create a bi-lingual site (multiple languages) ?
How to remove leading and trailing spaces from user input values in php?
What is php explain?
What are the Merits and De-Merits of CURL library ?