Is there any way to access a URL from within my PHP CLI script?
Basically, I want to use my script to "hit" a web page on a remote
server. I then intend for that remote server to perform an action
based on the configuration for that page.
How do I initiate a call to the remote server's URL from within PHP?
Thanks,
justbn
Basically, I want to use my script to "hit" a web page on a remote
server. I then intend for that remote server to perform an action
based on the configuration for that page.
How do I initiate a call to the remote server's URL from within PHP?
Thanks,
justbn
Comment