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 |
What is the most common http method?
Tell me what is the actually used php version?
Explain preg_Match and preg_replace?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
Explain include(), include_once, require() and require_once?
What does nan stand for computer science?
What is strcmp () in php?
Tell me what is the meaning of a final class and a final method?
What is the use of post in php?
How to download and install php for windows?
Who developed php?
What IS PHP?