RE: Help with file not writing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Joey wrote:
> 			$this->$hits .= fgets($hiti,128);

Do global search and replace for '->$' and change it to '->'

> 		$this->$hits=1+$this->$hits;
> 		echo $this->$hits;
> 		fputs($hito,$this->$hits);
> 		fputs($log,$this->$log_entry );

cuz none of those are gonna work.

-- 
Like Music?
http://l-i-e.com/artists.htm

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux