I need a php programmers help I am in the middle of a site build but I can't find or find tutorials that guide me on how to do the following I need one script or a series of scripts that work together to
1 upload an image
2 validate it to make sure it is an image
3 compress the image using the gd library
4 resize the image
5 continue the upload and dump the image in the images folder
I then need a seperate script to echo the entire folder this I am having success with I just have one problem which is when I echo the folder I want the image and its name but without a file path just its name and without its exstension. I also need the images name underneath the image and them aligned side by side left to right top to bottom.
I know this is a lot to ask but any help would be great
thanks for any help at all
1 upload an image
2 validate it to make sure it is an image
3 compress the image using the gd library
4 resize the image
5 continue the upload and dump the image in the images folder
I then need a seperate script to echo the entire folder this I am having success with I just have one problem which is when I echo the folder I want the image and its name but without a file path just its name and without its exstension. I also need the images name underneath the image and them aligned side by side left to right top to bottom.
I know this is a lot to ask but any help would be great
thanks for any help at all