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!
I'm using php and mysql and I finally managed to upload my pictures to the webserver and saved the picture name on MySql. How can I print the pictures on the webpage .
I managed to print it to the webpage but now I want to resize the picture, I know there're alot of threads with this info, but none of them seems to work, at least the ones I found.
resizing is a whole seperate thing than displaying an image
search through the forums for "imagecopyresampled" if you are using JPEG/truecolor files and GD2. Search for "imagecopyresized" if you are using GIF or other palettized images or an older version of GD.
To see which version of GD you have, look through the output of phpinfo()