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

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to