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.
php
New contributor
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.
add a comment |
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.
php
New contributor
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
add a comment |
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.
php
New contributor
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
php
New contributor
New contributor
edited Nov 19 at 12:54
New contributor
asked Nov 19 at 12:37
Engin Genç
11
11
New contributor
New contributor
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
add a comment |
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
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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