controling images..

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!

Moderator: General Moderators

Post Reply
Nit
Forum Newbie
Posts: 5
Joined: Mon May 27, 2002 6:00 am
Location: Israel
Contact:

controling images..

Post by Nit »

Hi,
Is it posibble to change the size of an image with php?
I don't mean to create a new image.. just that on the page it self the image will be small and won't download the whole picture...
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

Yup, you need to look into the Image functions.

http://www.php.net/manual/en/ref.image.php
Post Reply