I am getting the response from curl as follows in a string:
Accepted=AVSAUTH:TEST:::829649376:N::U
ENTRYMETHOD=KEYED
historyid=829649376
MERCHANTORDERNUMBER=14700000186
orderid=646526156
PAYTYPE=MasterCard
recurid=0
refcode=829649376-TEST
result=1
Status=Accepted
transid=0
I want to get individual variables like status= Accepted so that i can able to store those in my database. Any help will be highly appreciable.