Re: [PHP] change variable in file

2002-06-30 Thread Jason Wong
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

[PHP] change variable in file

2002-06-29 Thread Nookie
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