On Sunday 30 June 2002 03:09, Nookie wrote:
> Hi,
>
> I want to write function which change variable in ie. config.php file ...
> Here is code:
>
>
> include "config.php";
>
> $file = fopen("config.php", "w+");
>
> $content = fread($file, filesize("config.php"));
>
> $content = str_replace("\$opt
Hi,
I want to write function which change variable in ie. config.php file ...
Here is code:
and config.php:
and it's doesn't work :( ... when I run script, it clear config.php and
nothing else ... where is my fault?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
2 matches
Mail list logo