You need to change directory permissions too

Ezequiel Sapoznik wrote:

ok, I try with

<?php
$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,menubar=yes,directories=yes,width=x,height=y')

But in the php part, I am receiving the following error:

Warning: getimagesize: Unable to open '../images/1817.jpg' for reading. in
/home/sites/site8/web/prueba.php on line 12

I'd like to add that I changed mode to 777 (UNIX)

Thank you for your help.

Ezequiel


"Justin French" <[EMAIL PROTECTED]> escribió en el mensaje
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

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 javascript which resizes the browser

window.

Of course for the javascripts, you'd need to ask a JS list, and remember
that not everyone has javascript, and not everyone enjoys the web

developer

resizing their windows and 'taking control' of their browsers :)


Justin


on 17/01/03 12:37 PM, Ezequiel Sapoznik ([EMAIL PROTECTED]) wrote:


Hi!

Is there anyway in php to fit the window to the size of an image?

Thanks!

Ezequiel







--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to