H hollo New member Jan 7, 2011 #1 $vars = array( 'a' => 'aaaaa', 'b' => 'bbbbb', 'd' => 'xxxxx', ); file_put_contents('txtfile.txt',serialize($vars)); so what script i should use to change only one value in file???
$vars = array( 'a' => 'aaaaa', 'b' => 'bbbbb', 'd' => 'xxxxx', ); file_put_contents('txtfile.txt',serialize($vars)); so what script i should use to change only one value in file???