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. 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. Link to comment https://forums.phpfreaks.com/topic/51932-httpurl-help/#findComment-256024 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.