subminimal
Programmer
I was just hired on to a major .com company as an artistic director/webmaster. I was hired on with "basic" PHP experience, thier words. I have experience with CMS design. mySQL PHP integration, etc. But the problem they have hit me with has stumped me a bit, just asking for advice.
They have a shipping schedule which at the moment is done by hand. At the top of the page, are two calanders, last month and this month. Below is a view last month link. Below that is orders. All orders are shipped on the friday of the week ordered. So the lines read:
december 1: Your order will be shipped on Friday december 10 (Est. arrival date is: december 11-14)
On down the line until the friday, then the date moves to the following friday. The problem is its all done by hand now, and they want to make it either a) "really easy to update" or b) never touch it again. I think b is possible, I just have very little experience with the PHP date funtions. Basically, I need the calanders up top to be dynamic, as well as the schedule text below. The calanders will then have each date link to an anchor on the page (this is easy I know just describing.) Hope I explained that right, any thoughts?
They have a shipping schedule which at the moment is done by hand. At the top of the page, are two calanders, last month and this month. Below is a view last month link. Below that is orders. All orders are shipped on the friday of the week ordered. So the lines read:
december 1: Your order will be shipped on Friday december 10 (Est. arrival date is: december 11-14)
On down the line until the friday, then the date moves to the following friday. The problem is its all done by hand now, and they want to make it either a) "really easy to update" or b) never touch it again. I think b is possible, I just have very little experience with the PHP date funtions. Basically, I need the calanders up top to be dynamic, as well as the schedule text below. The calanders will then have each date link to an anchor on the page (this is easy I know just describing.) Hope I explained that right, any thoughts?