[PHP] Image Width Error

2004-08-24 Thread Jed R. Brubaker
Hi all! I am trying to do something really simple, but my error is outside of my expertise (hopefully not for long!). Code: - $this-lVertical = images/box/.$template._lVertical.gif; $borderWidth = imagesx($this-lVertical);

RE: [PHP] Image Width Error

2004-08-24 Thread Jay Blanchard
[snip] Fatal error: Call to undefined function imagesx() in c:\web\www\php\classes\Box.class on line 65 Am I missing something in the PHP config? What should I be looking for. Oh! I am on PHP5.0 - that should help. [/snip] Do you have GD compiled with PHP? -- PHP General Mailing List

Re: [PHP] Image Width Error

2004-08-24 Thread Greg Donald
On Tue, 2004-08-24 at 12:56, Jed R. Brubaker wrote: Code: - $this-lVertical = images/box/.$template._lVertical.gif; $borderWidth = imagesx($this-lVertical); - Error:

Re: [PHP] Image Width Error

2004-08-24 Thread Jason Wong
On Wednesday 25 August 2004 01:56, Jed R. Brubaker wrote: - Fatal error: Call to undefined function imagesx() in c:\web\www\php\classes\Box.class on line 65 --- Am I missing something in