Hi Guys,
Hope you can help me with my problem.
I am trying to study the basics on how to store data online.
Everything in my php code is working well because when I use browser to access the file it adds a row on my data base.
The problem is when I use my C# script inside Unity. The create row will not go through.
I had a problem with unity before when I tried to read the text on the php result. It gave me an error 403 but I got through it by making Unity pretend that it's a browser(at least that's what it says online when I copy pasted it into my code).
But this time, I'm trying to pass on a WWForm and I can't do it together with what I tried above. So i need a way to make the website accept forms that I pass through Unity or something that would help me bypass this in C#.
I will keep on searching the internet for solutions and I will just close this thread if I found one. Thanks and any help will be appreciated.
Hope you can help me with my problem.
I am trying to study the basics on how to store data online.
Everything in my php code is working well because when I use browser to access the file it adds a row on my data base.
The problem is when I use my C# script inside Unity. The create row will not go through.
I had a problem with unity before when I tried to read the text on the php result. It gave me an error 403 but I got through it by making Unity pretend that it's a browser(at least that's what it says online when I copy pasted it into my code).
But this time, I'm trying to pass on a WWForm and I can't do it together with what I tried above. So i need a way to make the website accept forms that I pass through Unity or something that would help me bypass this in C#.
I will keep on searching the internet for solutions and I will just close this thread if I found one. Thanks and any help will be appreciated.