Hey guys so i`m posting fields to a url,
the data returned by using a print $result shows like this (from view source in the browser)
<html>
<body>TransID=0&REFNO=&Auth=&AVSCode=&CVV2ResponseMsg=&Notes=Your merchant information is not correct.&User1=&User2=&User3=&User4=
</body>
</html>
there is 1 more empty row above the
now i need to get those body pairs as an array so i can work with them..i`m not good with regex or stuff like that to get them..pls help
1 Answer