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

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 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 (http://www

[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??

2001-11-29 Thread Steve Edberg
http://php.he.net/manual/en/function.getimagesize.php At 9:46 PM + 11/29/01, cosmin laslau wrote: >Hi, > >Is there any function or command in PHP that will return the width >an image (GIF)? > >Thanks. > -- ++ | Stev

Re: [PHP] Image width??

2001-11-29 Thread Justin England
array getimagesize (string filename [, array imageinfo]) http://www.php.net/manual/en/function.getimagesize.php Justin England [EMAIL PROTECTED] Network Administrator E-Net Information Services http://www.enetis.net Tel: 605-341-3638

[PHP] Image width??

2001-11-29 Thread cosmin laslau
Hi, Is there any function or command in PHP that will return the width an image (GIF)? Thanks. _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- PHP General Mailing List (http://www.php.net/) To un