Hi,
I have to write a PHP/MySQL online store with product catalogs, prices, descriptions, and ordering (no payment) etc, but i have a big doubt when it comes to updating. How is it usually done? I mean, i never did a project like this, with a big amount of products to update. Whats the easiest way of updating the prices like say, every week? The suppliers send a list of the new prices to the store, and the store has to update the prices online manually, one by one? Also i thought of saving the excel file in csv format and uploading to the site, where some sort of parser would collect the new info from it. The problem with that approach would be if the supplier changes a cel on some product name, then everything would be ruined. How is it usually done?
Big thanks, i am completely blind in this.
Pag
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php