php关于主机调用虚拟机上的linux服务解决办法

WBOY
Release: 2016-06-13 11:41:44
Original
809 people have browsed it

php关于主机调用虚拟机上的linux服务
我的主机是window系统,需要用到一个linux开源服务,现在办法是在主机上装一个vmware,vm装linux系统,把这个服务安装到vm上。问题是 我主机上的php文件,如何require vm上的php文件?以及vm上的php文件如何调用主机上的mysql数据库?流程就是   主机 php -->调用vm 服务(php api)-->调用主机上mysql(php api需要基于数据库进行工作);求高手大牛指点指点

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template