When I try to use the RapidShare API to get account information, I get a long string, for example:
accountid=******* type=prem servertime=1247000294 addtime=********** validuntil=********* username=*****8 directstart=1 protectfiles=0 ...
How can I get values ββfrom it using PHP?
To be more specific, how can I set a value accountidfor a variable? For example $username = VALUE OF ACCOUNTID? I tried strpos, but I could not get it to work.
bilal
source
share