Tad PHP connection error

You can’t just copy and paste code from the Git example page when it is to do with connection configuration. IPs are not the same. Since you are using XAMPP you will need the code to be: $b1 = (new TADFactory([‘ip’=>’127.0.0.1’]))->get_instance(); 127.0.0.1 is an alias for localhost which is what you will be connecting to … Read more