PHP Include
PHP Include
hey guys, is there any way to PHP Include a file into an article?
- Oliver Georgi
- Site Admin
- Posts: 9906
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
-
- Posts: 69
- Joined: Sun 25. Jul 2004, 01:53
- Oliver Georgi
- Site Admin
- Posts: 9906
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
oh yes, it will also load all include or require files you have defined. But think about the path - use PHPWCMS_ROOT as base path. Such {PHP...} is used like a function - o you have develope as it is one - think about global vars and so on. Your php script can access phpwcms' vars by $_GLOBALS. Don't redefine a db connection - it is always opened in $_GLOBALS['db']
Oliver
Oliver