It's possible to create a mysql connection from localhost to another server using php, if it's possible, how? Thanks!
4条回答 默认 最新
doujianchao7446 2015-01-22 13:03关注Yes it is possible.You must have the username and password of that domain in which you want to connect.
mysqli_connect("www.domain.com","username","password","database_name")or die("Error " . mysqli_error());本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报