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

Answers were Sorted based on User's Feedback



how do we can copy of the content of a web page with the help og the URL and display them onto any..

Answer / 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

how do we can copy of the content of a web page with the help og the URL and display them onto any..

Answer / pinak

this can also be done by curl function.

Is This Answer Correct ?    2 Yes 0 No

how do we can copy of the content of a web page with the help og the URL and display them onto any..

Answer / pinak

thanks both of you.

Is This Answer Correct ?    0 Yes 0 No

how do we can copy of the content of a web page with the help og the URL and display them onto any..

Answer / 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

how do we can copy of the content of a web page with the help og the URL and display them onto any..

Answer / 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

More PHP Interview Questions

What is the difference between array_map () and array_shift ()?

0 Answers  


What is difference between web service and api?

0 Answers  


What is php key?

0 Answers  


Which framework is best for php development?

0 Answers  


What is rtrim php?

0 Answers  






Explain me what is the importance of "method" attribute in a html form?

0 Answers  


Write a program to swap two numbers using php.

0 Answers  


How to get number of days between two given dates using PHP?

0 Answers  


how to upload more than 50 mb? i tried but session was expired....certain time .....i was set session duration three days .... how to rectified? if any one know that post ur answer as soon as possible?already i was increase php.ini and set Also increase Memory_limit Post_max_size upload_max_filesize..........but not working......

0 Answers  


What is inheritance in php?

0 Answers  


Do you know what is the function mysql_pconnect() usefull for?

0 Answers  


How to redirect a url from http to https in .htaccess?

0 Answers  


Categories