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
Can we use session in mvc?
Which Scripting Engine PHP uses?
What is form action php?
What are the data types in php?
Tell me how can we automatically escape incoming data?
What is csrf cookie?
Is php better than java?
What is new static in php?
What is $_ request?
How to insert an new array element in array?
What is nan value?
Explain what are psrs?
What advance thing in php7?
Explain PHP?
What are majic methords in php?