String create_url = "https://localhost/myapp/create.php";
falsch ist, ist die richtige
String create_url = "https://192.168.0.3/myapp/create.php";
ist 192.168.0.3 die lokale IP Ihres PCs (Servers)
String create_url = "https://localhost/myapp/create.php";
falsch ist, ist die richtige
String create_url = "https://192.168.0.3/myapp/create.php";
ist 192.168.0.3 die lokale IP Ihres PCs (Servers)