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 empty function?
How many data types are there in php?
How to add 301 redirects in PHP?
Tell me how is it possible to know the number of rows returned in result set?
How do I run a php program in dreamweaver?
Should I learn php before wordpress?
Is c similar to php?
How does php strcmp work?
How does php server work?
Why does php start with variables?
PHP can be used frontend of for backend?
List the different types of print functions available in php?