Posted by Oli Filth on 01/07/06 16:21
m6s said the following on 07/01/2006 07:48: > function getPrice( $sbl ){ > if ( $sbl == $this->$paper[symbol] ){ ^ ^ This is not valid syntax. You need quotes to access an array member, i.e. $paper["symbol"]. -- Oli
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming