FTP: Image Uploading Help Please

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
term
Forum Newbie
Posts: 1
Joined: Wed Apr 23, 2003 3:10 pm

FTP: Image Uploading Help Please

Post by term »

Hey evryone, first time here. Also fairly new to php.

I have a cd reviewing script that I helped create with an administration panel. In the administration panel I currently have many fields but among them I have a spot to enter the URL to a thumb-nail image (front page)and a URL to a bigger image for the actual review page.

I am trying to make a button right in the administration panel to upload these images. I know I could used GD or ImageMagik and create thumbs automatically. But I jus't don't feel that I'm tehre yet skillwise. I am having trouble just trying to do a simple thing like create a button to upload these two images in the admin panel.

Can anyone help me please?

I don't really know where to start. I read some threads on here and have some good ideas but... if someone could brake something down for me in laymans terms... some example scripting or something.

I am very greatful!

Thanks a bunch!
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

This page should be very helpful. :)
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Also the filesystem page.
Post Reply