Send blog post
Send post to this addresses
|
Tikiwiki script outside tikiwiki root Posted by sylvie on 10/08/08 14:10 EDT |
If you want to write a php script using tikiwiki
define('TIKI_PATH', '/var/www/localhost/htdocs/tiki');
chdir(TIKI_PATH);
include('tiki-setup.php');| Permalink (referenced by: Posts references: Posts) |
|