Please help in the correct PHP configuration |
Now it is not working again.
I wrote a php file with Code: $con = mysqli_connect("sql.byethost32.org","[removed]","[removed]","[removed]"); I got this error: Code: Warning: mysqli_connect(): (HY000/2002): Connection refused in on line 2 @InsiteFX I did as you said and removed nd_mysqli because of conflicting with mysqli. I got Code: Warning: mysqli_connect(): Headers and client library minor version mismatch. Headers:50626 Library:100020 in ... |
Messages In This Thread |
Please help in the correct PHP configuration - by moshair - 02-23-2016, 02:22 PM
RE: Please help in the correct PHP configuration - by skunkbad - 02-23-2016, 02:34 PM
RE: Please help in the correct PHP configuration - by moshair - 02-23-2016, 02:41 PM
RE: Please help in the correct PHP configuration - by skunkbad - 02-23-2016, 03:25 PM
RE: Please help in the correct PHP configuration - by moshair - 02-23-2016, 04:03 PM
RE: Please help in the correct PHP configuration - by InsiteFX - 02-23-2016, 06:09 PM
RE: Please help in the correct PHP configuration - by moshair - 02-24-2016, 12:07 AM
RE: Please help in the correct PHP configuration - by moshair - 02-24-2016, 12:15 AM
RE: Please help in the correct PHP configuration - by InsiteFX - 02-24-2016, 05:02 AM
RE: Please help in the correct PHP configuration - by moshair - 02-24-2016, 06:12 AM
|