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
Answer Posted / 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 |
Post New Answer View All Answers
Does session expire on closing browser?
What is overloading and overriding in php?
How to repeat a string to a specific number of times in php?
List some sorting functions in php?
How to split a string into array using php?
What is the difference between abstract class and interface in php?
What is self in php?
How a variable is declared in php?
Which function would you use to read a line of data from a file in php?
Why do you need to filter out empty files?
What is difference between rest api and restful api?
Write a program to get lcm of two numbers using php?
How do you use bcrypt for hashing passwords in php?
Tell me what kind of things have you done on the social side?
Is array function in php?