Hello all,
I'm having some problems, see I'm making an API in php to my web app comunicate to a desktop app.
Anyways, when I try to post some data to the site I need a url to go in that data, example:
name=product&description=something&site=mysite.com?name=a&desc=b
this is how the post is done via C#, now the parameter "site" will be splited in two parts and I dont need that! I know for php sounds very logic, but is there a way to parse this url?
or any alternatives?
Thanks for sharing your expertise.