Tagged Questions
1
vote
1answer
288 views
Success/fail tests for cURL (don't execute second line if first line fails)
According to
Using "&&" is not effective for cURL submit form (don't execute second line if first line fails)
In below code; first line is curl submit; second line is for ...