How would you show a file with cURL?
Posted
by Kyle
on Stack Overflow
See other posts from Stack Overflow
or by Kyle
Published on 2010-05-13T01:17:26Z
Indexed on
2010/05/13
6:44 UTC
Read the original article
Hit count: 168
There is an epic lack of PHP cURL love on the Internet for beginners like me. I was wondering how to use cURL to download & display an ICS file (They're plain text to me...) in my PHP code. Unless fopen()
is 1,000 times easier, I'd like to stick with cURL for this one.
© Stack Overflow or respective owner