Unity3D & Unity3D issue :( PLEASE HELP

Hello,

I’m getting error when i try login from my Unity3D editor to my 000webhost.

i’m wrote in my php file :

while($row = mysqli_fetch_assoc($result))
{

if ($row [‘password’] == $user_password )

{
echo “login success”;
echo “;”.$row[‘address’].";".$row[‘DogeEarn’];
}

this working when i try login from my www.Unity3d.com Editor to my localhost mysql and i get informations . But when uploaded all files mysql and php files in 000webhost

i get this :

<!doctype html>

(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script',' .google-analytics.com/analytics.js','ga');
    ga('create', 'UA-10701068-1', 'auto');
    ga('send', 'pageview');
    ga('send', 'event', 'error-page', 'open', 'error-40x');
</script>......

etc

Remote SQL is unavailable on free plans, I recommend upgrading to benefit from this feature :slight_smile: