»Leotta, Natalie (NCI/IMS)« sagte am 2002-04-23 um 16:27:46 -0400 :
>     ImageString($this->im,1,65,5,"apcs[0] = $this->apcs[0]",$this->black);

Hm, try to use proper syntax here, ie:

    ImageString($this->im,1,65,5,"apcs[0] = " . $this->apcs[0],$this->black);

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:       http://www.iso-top.de      |    Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
                       Uptime: 14 hours 51 minutes

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

Reply via email to