
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