Hello,
I am developing apps on the Apple Platform. In one of my apps, users were, until now, sending some information (in form of a string) to a server via HTTPS/SSL. My partners maintaining the server were making sure the string is “received” and dealt with.
Long story short, these supposed partners have decided it’s not fun anymore and want to start doing something else. I need to install a server of my own and make sure that the users still can upload their information without interruption.
I was told that I need a small PHP script on the server side, in order to do that. I don’t know anything to PHP, it’s on my list to learn, but there are so many things and I really don’t know where to start.
I started learning HTML5 and Javascript in order to make an interactive website. I do have a domain name and I am renting web space. The web site, I will manage building. My web provider does offer VPS and dedicated servers. I am just panicking a bit and don’t know what to do and how to do it. What I crucially miss is time.
The first thing I need to test is how I can upload the string to my server. Can anybody help me do that with the php side please?
I can’t afford that users can’t upload their information anymore. I am kind of in a corner, so I would be extremely thankful for kind of any advice.
Thanks, Anne