test Posted May 18, 2007 Share Posted May 18, 2007 In cURL or Filesystem is there a function that will send data to a url. Like if I wanted to request a url with a specific string in the body how could I do this? I can't find anything. Quote Link to comment https://forums.phpfreaks.com/topic/51932-httpurl-help/ Share on other sites More sharing options...
s0c0 Posted May 18, 2007 Share Posted May 18, 2007 Try fopen on a url, store the fopen as a variable and then do a string search on the variable for whatever you are looking for. This is off the top of my head, but it can be done using fopen. Quote Link to comment https://forums.phpfreaks.com/topic/51932-httpurl-help/#findComment-256024 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.