Soldato
I need to learn some php for a small project I'm doing and was wondering the best way to learn it is? Also, are there any Dreamweaver type editors that would do code hinting to help me out a bit while I'm getting to grips with it?
What I'm trying to do is put together something where a user uploads images, those images are auto renamed to be called image#### (where#### is an auto number incremented by one from the last file on the server to keep the images in order). The images once uploaded and renamed are added to an xml file. Is using php going to be the best way to do this, and how hard will it be for someone who used to do a bit of VB about 10 years ago?
Stage 2 of this project involves randomly shuffling the xml contents so all the images randomize.
Thanks for any tips.
What I'm trying to do is put together something where a user uploads images, those images are auto renamed to be called image#### (where#### is an auto number incremented by one from the last file on the server to keep the images in order). The images once uploaded and renamed are added to an xml file. Is using php going to be the best way to do this, and how hard will it be for someone who used to do a bit of VB about 10 years ago?
Stage 2 of this project involves randomly shuffling the xml contents so all the images randomize.
Thanks for any tips.
Last edited: