php script :

<?php
$ini_array = parse_ini_file("conf/conf.php");
echo($ini_array[var1]);
?>

content of conf/conf.php :

[data]
var1 = xxx


After execution of the php script, it is impossible to delete the conf.php
file.

Any idea ?

greg




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

Reply via email to