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 / 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 |
Post New Answer View All Answers
What is regular expression in php?
What is the difference between session_unregister() and session_unset()?
What is a composer?
What does the array operator '===' means?
Is laravel better than codeigniter?
What is the difference between file_get_contents() and file_put_contents() in php?
Which php framework is in demand?
How the web server interprets php and interacts with the client?
What is the use of $_request variable?
What is inheritance in php? How many types of inheritance supports php?
What does $_cookie mean?
Are php session secure?
How many escape sequences are recognized in double-quoted strings?
How can we connect to a mysql database from a php script?
Explain Type hinting in PHP?