For my new digital download shop, i need to register the purchaser on my DRM server for all products he has purchased on actinic.
So if i have an order like this :
adresse email : demo@demo.com
products rreferencses: 12345, 67777 and 88899
i need to execute 3 times (one per product ref) a php script like this :
http://serveur.com/drm2/regusr?pb=pu...password1&uid=
demo@demo.com&gid=12345&anum=2
http://serveur.com/drm2/regusr?pb=pu...password1&uid=
demo@demo.com&gid=67777&anum=2
http://serveur.com/drm2/regusr?pb=pu...password1&uid=
demo@demo.com&gid=88899&anum=2
That simple !!!! but i'm not a perl programmer and cant do that alone.
Who can help me ?
Thanks, regards
So if i have an order like this :
adresse email : demo@demo.com
products rreferencses: 12345, 67777 and 88899
i need to execute 3 times (one per product ref) a php script like this :
http://serveur.com/drm2/regusr?pb=pu...password1&uid=
demo@demo.com&gid=12345&anum=2
http://serveur.com/drm2/regusr?pb=pu...password1&uid=
demo@demo.com&gid=67777&anum=2
http://serveur.com/drm2/regusr?pb=pu...password1&uid=
demo@demo.com&gid=88899&anum=2
That simple !!!! but i'm not a perl programmer and cant do that alone.
Who can help me ?
Thanks, regards
Comment