Someone suggested that I use php to copy files. I have a set file name "pic0" that is used and I want to copy a different file to "pic0" when a choice is made in a form. I have 7 (possibly more) different files... pic1,pic2,pic3...pic7 that I need to rename to "pic0" when that choice is made. i.e. the person selects picture2 so I want to copy "pic2" to "pic0" (I don't want to move "pic2" only copy it). Could someone please show me how this is done? Thanks.