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 / uma
<iframe height="500%"
src =
"http://url"
width="100%">
</iframe>
Try using header to redirect...
pl correct me if u feel the ans is wrong:-)
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How to store the uploaded file to the final location?
Explain me differences between get and post methods?
Which cryptographic extension provide generation and verification of digital signatures?
What is cookie?
Does php support multithreading?
Is php object oriented?
What is array and function?
What is the use of header() function in php?
How many open modes available when a file open in PHP?
Do loops php?
Explain me how failures in execution are handled with include() and require() functions?
How can you get web browser’s details using PHP?
What advance thing in php7?
How we can declare variable in php?
What are getters and setters php?