You need to change directory permissions too
Ezequiel Sapoznik wrote:
ok, I try with
$size = getimagesize ("../images/1817.jpg");
echo "$size";
?>
to then use the x and y with a javascript code like:
window.open
('win_sizer.html','Photo','toolbar=yes,status=yes,scrollbars=yes,location=ye
s,m
ok, I try with
to then use the x and y with a javascript code like:
window.open
('win_sizer.html','Photo','toolbar=yes,status=yes,scrollbars=yes,location=ye
s,menubar=yes,directories=yes,width=x,height=y')
But in the php part, I am receiving the following error:
Warning: getimagesize: Unable
php can help, but remember, PHP only outputs HTML code to the browser... it
can't actually resize the window, because that's a client-side thing like
javascript.
but you can find out the x and y of an image with
http://www.php.net/manual/en/function.getimagesize.php
Then use this information in a
This wouldn't really be done in PHP. This is a Javascript element, as
it requires work to be done on the client side. You could easily make a
combination of PHP and Javascript to do this with any set of images
though.
Wes
On Thursday, January 16, 2003, at 08:37 PM, Ezequiel Sapoznik wrote:
This can be achieved by using image features of php to get the size then
rewrite
your html or use JavaScript to do the same.
Timothy Hitchens (HiTCHO)
Open Source Consulting
e-mail: [EMAIL PROTECTED]
> -Original Message-
> From: Ezequiel Sapoznik [mailto:[EMAIL PROTECTED]]
> Sent: Frida
5 matches
Mail list logo