【发布时间】:2012-06-13 18:01:15
【问题描述】:
标题很难理解,但我的问题很简单:
我有:
config.php
include('config_mysql.php');
include('language/english.php');
然后我有:index.php
include('config.php');
然后:/ajax/ajax_vote.php
include('../config.php');
为什么index.php 包含config_mysql.php 和language/english.php 而ajax/ajax_vote.php 只包含config_mysql.php?
【问题讨论】: