Config.php, a forum discussion on Jojo CMS. Join us for more discussions on Config.php on our General Discussion forum.
You must be logged in to post a reply
| |
sara
23 Feb 2010
Posts: 1
hi to all
i am not on php advance base but learned it, i am trying to underestand your code but i didnt undrestand of "config.php"
what do you mean?where is it?
i mean :
-------------------------------------------------
'if (file_exists('config.php')) {
require_once('config.php');
} elseif (file_exists('config/config.php')) {
require_once('config/config.php');'
-------------------------------------------------
Yours sincerely
i am not on php advance base but learned it, i am trying to underestand your code but i didnt undrestand of "config.php"
what do you mean?where is it?
i mean :
-------------------------------------------------
'if (file_exists('config.php')) {
require_once('config.php');
} elseif (file_exists('config/config.php')) {
require_once('config/config.php');'
-------------------------------------------------
Yours sincerely
| Back to Forum Index : Back to General Discussion |
|
