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
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:
> --
[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 (http://www
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);
4 matches
Mail list logo