Hi
How can I open another site from PHP in the Background?
I try to use the bit.ly API.
Thank you
views:
60answers:
2
+4
A:
Let me try to guess what you want here. If you want to make an HTTP GET request from a PHP script, use the functions file
or file_get_contents
.
Propeng
2010-06-25 10:42:25
Thank you. Thats exactly what I want.
Eragonio
2010-06-25 10:44:44
+1 for the guessing abilities! :)
acmatos
2010-06-25 10:48:21
+1
A:
CURL can help you. It opens a request and saves the result of next site to a variable .
KoolKabin
2010-06-25 10:43:02