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
Why do we use query?
What are the three parts of an http request?
What software is required to run php?
Is null empty php?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
What is framework in php for beginners?
How to find the position of the first occurrence of a substring in a string?
How to convert the first character to upper case?
Tell me how do I escape data before storing it into the database?
What are the encryption techniques in php?
What is the difference between php and java?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
Why shouldn't I use mysql_* functions in php?
What is a php object?
Why super () is used in java?