I try to make some Config File of my site, like any php script site.. but i try to GET, SET, GET_CUSTOM_FIELD, but i dont know what i am doing wrong.
you see...
I have 2 files
index.php
---
config.php
But i dont know how to include the config file....
oh, annd how to make editable that config file?
Thanx
you see...
I have 2 files
index.php
- Code: Select all
<?php require_once( 'couch/cms.php' ); ?>
<cms:show my_message />
<?php COUCH::invoke(); ?>
---
config.php
- Code: Select all
<?php require_once( 'couch/cms.php' ); ?>
<cms:set my_message='Salut!' />
<?php COUCH::invoke(); ?>
But i dont know how to include the config file....

oh, annd how to make editable that config file?

Thanx
