PHP Classes

How does this compare to cUrl?

Recommend this page to a friend!

      Remote HTTP access  >  All threads  >  How does this compare to cUrl?  >  (Un) Subscribe thread alerts  
Subject:How does this compare to cUrl?
Summary:I don't think my hosting company would allow this?
Messages:1
Author:Robert Lefebure
Date:2014-03-08 17:15:04
 

  1. How does this compare to cUrl?   Reply   Report abuse  
Picture of Robert Lefebure Robert Lefebure - 2014-03-08 17:15:04
I use remote access alot and when I first started I used simple php "include" statements to remote database but then the hosting company forced me to use cUrl. It turned out most companies were already doing that.

cUrl uses either get or post to access remote servers in what I understand to be the most secure way.

How does your script deal with that issue?

Thanks

Robert