- Home /
How do I know that php server is available? (C# script)
Example code:
IEnumerator GetData(){
WWW itemsdata= new WWW(url);
yield return itemsdata;
...
}
I want to check the availability of php server. How can?
Comment
Answer by hexagonius · Apr 03, 2018 at 06:43 PM
have you checked this out:
https://docs.unity3d.com/530/Documentation/ScriptReference/WWW-error.html
Your answer
Follow this Question
Related Questions
PHP POST through $_REQUEST with WEBBUILD 1 Answer
Is it possible to call a Javascript code on local server from Unity? (Google Chart API involved) 2 Answers
www php doesnt receive whole string 1 Answer
www.text + php + c# issue 2 Answers
Unity C# I need my PHP page to Run (on the Server) Without me Getting or Sending Info 0 Answers