Date: 11/07/00
- Next message: Duncan Hill: "Re: [PHP] IP and countries"
- Previous message: Michael Kimsal: "Re: [PHP] DB stuff"
- In reply to: Nathan Wallace: "[PHP] Jobs in Sydney, Australia"
- Next in thread: Matt McClanahan: "Re: [PHP] Image size check"
- Reply: Matt McClanahan: "Re: [PHP] Image size check"
- Reply: Rasmus Lerdorf: "Re: [PHP] Image size check"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi there,
I wonder if you can help, I seem to get an error with this script. I am
using PHP 3.0.15 on Linux:
----------------------------------------------------------------------------
-----------------------------------
<?
$name = "/home/etc/etc/etc...../images/ptrs_on.gif";
$test = ImageSX ($name);
echo "Size is $test";
?>
----------------------------------------------------------------------------
-----------------------------------
The error message I get is:
----------------------------------------------------------------------------
-----------------------------------
Warning: Unable to find image pointer in
/home/httpd/groups/nds/htdocs/images/imagesize2.php3 on line 7
size is
----------------------------------------------------------------------------
-----------------------------------
Any ideas would be appreciated.
Thanks
Abe
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Duncan Hill: "Re: [PHP] IP and countries"
- Previous message: Michael Kimsal: "Re: [PHP] DB stuff"
- In reply to: Nathan Wallace: "[PHP] Jobs in Sydney, Australia"
- Next in thread: Matt McClanahan: "Re: [PHP] Image size check"
- Reply: Matt McClanahan: "Re: [PHP] Image size check"
- Reply: Rasmus Lerdorf: "Re: [PHP] Image size check"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

