SyntaxFix
Write A Post
Hire A Developer
Questions
If you only want to submit GET data to the URL, you should use something straightforward like file_get_contents();
$myGetData = "?var1=val1&var2=val2"; file_get_contents($url.$myGetData);