How can i include a php document, with set variables (so one document can affect many scripts) without it printing it.
Such as.
include ("config.php");
produces
$path='/home/sites/site17/web';
$databasedir='/database'; $newsidpage='/newsid.txt';
as printed, in the document including it.
what function should i use, so its included as script?