Hi, We already have the php built, but we just need to add 1 more database call. We need to customize an oscommerce index page to do the following: 1) Check current date. 2) We created a new database table called 'whats_new'. Now we are going to read table checking the start and end date. something like this: SELECT * FROM `whats_new` WHERE type=1 AND current date BETWEEN start_date and end_date 3)If theres a record fount that meets this criteria, then we display 3 fields: top_text...