is it possible to “save link as” with php? [on hold]











up vote
-5
down vote

favorite












enter image description here
can the process in the picture do php?



For example: right click on a link and save it to our computer with "save link as". Is it possible to do the same with php?



I've tried the "file_get_contents" and "CURL" functions, but they can't get over the Captche barrier.



so I need to save the web page to my computer
But since the number of pages to be processed is too large, I hope to do this with php.










share|improve this question









New contributor




Engin Genç is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as unclear what you're asking by pr1nc3, Qirel, John Conde, Funk Forty Niner, timgeb Nov 19 at 12:49


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.











  • 1




    You question is absolutely unclear.
    – Sfili_81
    Nov 19 at 12:41






  • 3




    So you want to save a lot of pages to your computer but they are protected by a captcha which stops you from automating it? Then that's probably why the captcha is there in the first place. They don't want their server to blow up because people download all their pages in a couple of seconds.
    – Dirk Scholten
    Nov 19 at 12:41










  • perhaps if you showed us your code...
    – marvinIsSacul
    Nov 19 at 13:07















up vote
-5
down vote

favorite












enter image description here
can the process in the picture do php?



For example: right click on a link and save it to our computer with "save link as". Is it possible to do the same with php?



I've tried the "file_get_contents" and "CURL" functions, but they can't get over the Captche barrier.



so I need to save the web page to my computer
But since the number of pages to be processed is too large, I hope to do this with php.










share|improve this question









New contributor




Engin Genç is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as unclear what you're asking by pr1nc3, Qirel, John Conde, Funk Forty Niner, timgeb Nov 19 at 12:49


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.











  • 1




    You question is absolutely unclear.
    – Sfili_81
    Nov 19 at 12:41






  • 3




    So you want to save a lot of pages to your computer but they are protected by a captcha which stops you from automating it? Then that's probably why the captcha is there in the first place. They don't want their server to blow up because people download all their pages in a couple of seconds.
    – Dirk Scholten
    Nov 19 at 12:41










  • perhaps if you showed us your code...
    – marvinIsSacul
    Nov 19 at 13:07













up vote
-5
down vote

favorite









up vote
-5
down vote

favorite











enter image description here
can the process in the picture do php?



For example: right click on a link and save it to our computer with "save link as". Is it possible to do the same with php?



I've tried the "file_get_contents" and "CURL" functions, but they can't get over the Captche barrier.



so I need to save the web page to my computer
But since the number of pages to be processed is too large, I hope to do this with php.










share|improve this question









New contributor




Engin Genç is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











enter image description here
can the process in the picture do php?



For example: right click on a link and save it to our computer with "save link as". Is it possible to do the same with php?



I've tried the "file_get_contents" and "CURL" functions, but they can't get over the Captche barrier.



so I need to save the web page to my computer
But since the number of pages to be processed is too large, I hope to do this with php.







php






share|improve this question









New contributor




Engin Genç is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Engin Genç is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Nov 19 at 12:54





















New contributor




Engin Genç is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Nov 19 at 12:37









Engin Genç

11




11




New contributor




Engin Genç is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Engin Genç is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Engin Genç is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




put on hold as unclear what you're asking by pr1nc3, Qirel, John Conde, Funk Forty Niner, timgeb Nov 19 at 12:49


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.






put on hold as unclear what you're asking by pr1nc3, Qirel, John Conde, Funk Forty Niner, timgeb Nov 19 at 12:49


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.










  • 1




    You question is absolutely unclear.
    – Sfili_81
    Nov 19 at 12:41






  • 3




    So you want to save a lot of pages to your computer but they are protected by a captcha which stops you from automating it? Then that's probably why the captcha is there in the first place. They don't want their server to blow up because people download all their pages in a couple of seconds.
    – Dirk Scholten
    Nov 19 at 12:41










  • perhaps if you showed us your code...
    – marvinIsSacul
    Nov 19 at 13:07














  • 1




    You question is absolutely unclear.
    – Sfili_81
    Nov 19 at 12:41






  • 3




    So you want to save a lot of pages to your computer but they are protected by a captcha which stops you from automating it? Then that's probably why the captcha is there in the first place. They don't want their server to blow up because people download all their pages in a couple of seconds.
    – Dirk Scholten
    Nov 19 at 12:41










  • perhaps if you showed us your code...
    – marvinIsSacul
    Nov 19 at 13:07








1




1




You question is absolutely unclear.
– Sfili_81
Nov 19 at 12:41




You question is absolutely unclear.
– Sfili_81
Nov 19 at 12:41




3




3




So you want to save a lot of pages to your computer but they are protected by a captcha which stops you from automating it? Then that's probably why the captcha is there in the first place. They don't want their server to blow up because people download all their pages in a couple of seconds.
– Dirk Scholten
Nov 19 at 12:41




So you want to save a lot of pages to your computer but they are protected by a captcha which stops you from automating it? Then that's probably why the captcha is there in the first place. They don't want their server to blow up because people download all their pages in a couple of seconds.
– Dirk Scholten
Nov 19 at 12:41












perhaps if you showed us your code...
– marvinIsSacul
Nov 19 at 13:07




perhaps if you showed us your code...
– marvinIsSacul
Nov 19 at 13:07

















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

To store a contact into the json file from server.js file using a class in NodeJS

Redirect URL with Chrome Remote Debugging Android Devices

Dieringhausen