Posted by Jasper Bryant-Greene on 07/13/05 12:25
Bruno B B Magalhães wrote: > That's my problem: I have a configuration files with the following > structure... > > $vars['varname'] = 'varvalue'; If you trust the config file: <?php eval(file_get_contents('/path/to/config.file')); ?> Jasper
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming