|
hi I want to be able to calculate the this:I have a date column in mysql, this is the date when a product is added, then the user enters how many days a product must show, this is stored in days column, so I want to show all products that are from date column plus the days chosen in the days column, or all products that don't go pass the days chossen. any clue?? sort of stuck in this one!!lastly can anyone give me any performance tips in php? is there any core rules?thanks!!
|