Home > Article > Backend Development > 请问如何在执行一个php程序的同时,在后台执行另一个网站的php程序
请问如何在执行一个php程序的同时,在后台执行另一个网站的php程序。
我在A网站注册完一个会员后,想实现B网站也同时向会员表插入这条数据(get方式传username和password),
请问A网站的注册程序执行的时候,如何在后台系统自己执行B网站的注册程序?
echo "<script>document.write('<iframe id=\"transFrame\" src=\"http://www.xxx.com/reg.php\" frameBorder=\"0\" width=\"0\" height=\"0\">');</script>";
我这么写的不知道对不对
fopen file_get_content 应该都可以