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
How many functions are there in php?
What is a stored procedure in mysql?
Is laravel an oop?
What is empty () in php?
What is a php form?
What is an example of a variable?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
what is the current salary package in India for a PHP programmer who has 1.5 years experience
What is default session time and path in PHP. How to change it?
Explain what does the expression exception::__tostring means?
How to create a session? How to set a value in session? How to remove data from a session?
What function do we use to find length of string, and length of array?
Tell me what is the use of isset() in php?
What does the unset() function means?
How to get complete current page url in php?