What about...
Database Host:
Database User:
And then...
$parentConfigValue ) {
if( is_array( $parentConfigValue ) {
foreach( $parentConfigValue as $childConfigKey =>
$childConfigValue )
{
$fileCode .=
"$config['$parentConfigKey']['$chil
Bruno B B Magalhães wrote:
Hi everybody,
well I don´t want to include and use those variables or set then. I
want to read the file, parse the vars to a form, so the user can change
the system configs using the web instead of FTP...
I am thinking reading using a simple include, and then cl
Hi everybody,
well I don´t want to include and use those variables or set then. I
want to read the file, parse the vars to a form, so the user can
change the system configs using the web instead of FTP...
I am thinking reading using a simple include, and then clean the file
contents and
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:
Jasper
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
4 matches
Mail list logo