PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
require("e;file1.php"e;);
//this reduces the image
ResizeImage("e;test.gif"e;,50,50);
echo "e;<br>"e;;
//we can increase an image as well
ResizeImage("e;test.gif"e;,50,50);
--------------------------
now problem is this here i m giving height and width
now i want to mention one of both either height or width?
can i do tht?
i want to create thumbnails ???
and can u tell me the script i placed in last post is ok ???
problem to me is this ::::
that script works fine for the images that are of same width and length:
but it does not work for images with different width length
like
Image1= 100*120
Image2 100*120
Image3 100*120
and a 4th image is
Image1= 155*150
in this case it changes its behaviour
Last edited by itsmani1 on Thu Mar 10, 2005 1:13 am, edited 1 time in total.
i don't know if you want to create thumbnails or not, only you know if you want to or not
But as far as your code, the ideal behind it is correct it just doens't seem to be the *best* way to go about it imo... Thus why i gave you that URL...