
Getting cozy with cURL This isn't a top 10 magical things to do with cURL post. There are plenty of them around the Net and you will find a few links at the bottom of here to prove that. No, this post is about one thing, using a variable to send data to cURL without it getting jumbled up in the process. cURL is a command-line utility for fetching and sending data to servers. It's a little like wget. You might think you can simply create a variable and use that variable in your cURL command and expect cURL to know what to do with it but that doesn't quite work, as anyone who's tried doing … [Read more...]






