Hi All,
This is my first post, so I'm sorry if I mess up. I am working on a website, and I have a question that may be stupid, so maybe you can point me in the right direction so I don't waste anyone's time.
I have a image that I want to copy, rename, and place in the same directory as the original. So if I have a folder with an image called '1.gif'... at the end of each day I would want to create '2.gif' in that directory, and then '3.gif' etc etc. I would want the directory to contain all of the images even if it several days in the future.
I am using PHP and MySQL for my site, neither of which I am expert at, but I feel confident that I can code something that does this after a reasonable amount of effort. However, this seems like quite a normal task for websites, so I am sure there is an more effective way than what would probably end up being a hack on my end.
Thanks,
z
This is my first post, so I'm sorry if I mess up. I am working on a website, and I have a question that may be stupid, so maybe you can point me in the right direction so I don't waste anyone's time.
I have a image that I want to copy, rename, and place in the same directory as the original. So if I have a folder with an image called '1.gif'... at the end of each day I would want to create '2.gif' in that directory, and then '3.gif' etc etc. I would want the directory to contain all of the images even if it several days in the future.
I am using PHP and MySQL for my site, neither of which I am expert at, but I feel confident that I can code something that does this after a reasonable amount of effort. However, this seems like quite a normal task for websites, so I am sure there is an more effective way than what would probably end up being a hack on my end.
Thanks,
z