I am looking to run a Sales Special on my e-commerce website. I would like to have a page that changes the products out daily. I was wondering if there was an ftp software that would allow me to create a queue of pages that I could schedule different times of the day that they are uploaded. Any input is appreciated. Thanks.
I'm not a programmer. I am familiar with PHP but I do not know how to code in it. How complicated would this process be... and if I hired a programmer to do this, how much would it cost? (I am trying to see if it is actually worth the trouble).
upload all of the pages and then set cronjob to place the each file as index.html and get rid of the current file. Look in the cronjobs section/php section and they will give you the code immediately.