MiX1.TK
Site menu
Login form
Section categories
Web Development [20]
Learn about PHP & Web Development
Education [4]
Learn for Free
Knowledge & Tricks [0]
General Knowledge,computer Knowledge & tricks
Writing World [2]
A MiX World of SmS on Various Topics
Search
Main » 2012 » November » 6 » Make a Clone of a Webpage Using Curl (Copy Url )
9:57 PM
Make a Clone of a Webpage Using Curl (Copy Url )

Curl is a Copy Url technique ,in php we can use this request & response method on http standards
Some web App doesn't Allow the Curl Script to run But max web app allow this

So if you want to copy the content of whole page into a variable then Curl is the Best technique.

we can use this varriable data to show in our web page also

there is a following curl example of a web page that you can use to load a web page in your localhost

or any other live domain

<?php


$crl=curl_init("http://cloudevils.blogspot.in/");


$htm=curl_exec($crl);


echo $htm;


curl_close($crl);




?>
Category: Web Development | Views: 368 | Added by: admin-priyank | Rating: 5.0/1
Total comments: 0
Name *:
Email *:
Code *:
Calendar
«  November 2012  »
SuMoTuWeThFrSa
    123
45678910
11121314151617
18192021222324
252627282930
Entries archive
Our poll
Rate my site
Total of answers: 4
Site friends
  • Create a free website
  • Online Desktop
  • Free Online Games
  • Video Tutorials
  • All HTML Tags
  • Browser Kits
  • Statistics

    Total online: 1
    Guests: 1
    Users: 0
    Creative Commons License
    Free Downloads and Services by MiX1 is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License
    Copyright MyCorp © 2024