Heim >Backend-Entwicklung >PHP-Tutorial > PHP页面调用PHP页面如何写

PHP页面调用PHP页面如何写

WBOY
WBOYOriginal
2016-06-13 13:30:24823Durchsuche

PHP页面调用PHP页面怎么写?
例如网站:www.97find.cn/2.php 页面想调用 www.97find.cn/alexa/3.php
这个代码要怎么写?


2.php里代码要怎么写?
这样对吗?
不显示内容



------解决方案--------------------
 
这样试看看
路径对 就对.不显示要看你的php文件都是些什么东西。是否有重复include某些文件
打开php的出错信息提示
------解决方案--------------------

------解决方案--------------------

探讨
例如网站:www.97find.cn/2.php 页面想调用 www.97find.cn/alexa/3.php
这个代码要怎么写?


2.php里代码要怎么写?
这样对吗?
不显示内容
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel: 一种分页如何实现 Nächster Artikel: 请问个AJAX有关问题