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 |
Differentiate echo vs. Print statement.
How to split a string into array using php?
> symbol is used to redirect the output of a command. State Whether True or False?
What is the purpose of $_ session?
Explain setcookie() function in php?
What is htaccess? Why do we use this and where?
What is whitespace in html?
What is php artisan tinker?
Does browser understand php?
How to enable parsing?
What is the use session in php?
Write a program to find a string is palindrome or not?