Search found 4 matches
- Sun Dec 18, 2011 9:25 am
- Forum: PHP - Code
- Topic: Category Sorting
- Replies: 1
- Views: 570
Re: Category Sorting
Just to clarify First I need to find the distinct manufacturers(categories) Add sub categories (with category separator "||" until they all have 1000 or less products For example: Category 3M Products b123, b124,..... b30,245 needs to change to Category 3M||1 Products b123, b124,..... b100...
- Sun Dec 18, 2011 6:01 am
- Forum: PHP - Code
- Topic: Category Sorting
- Replies: 1
- Views: 570
Category Sorting
I am working on a large website with over 1 mil products that are separated into manufacturers, however some of the categories (or manufacturers) have 30 k products. The customer requested that I split these into 1,000 per category. I am working from a batch of excels that I imported into my home se...
- Sun Apr 11, 2010 2:06 am
- Forum: Databases
- Topic: Need to select all entries for todays date
- Replies: 2
- Views: 600
Re: Need to select all entries for todays date
It was the quotes, Thanks.
- Fri Apr 09, 2010 10:13 am
- Forum: Databases
- Topic: Need to select all entries for todays date
- Replies: 2
- Views: 600
Need to select all entries for todays date
personal accounting program - I need to get the sum of all the entries (mysql table) for today. the date is inserted into the table in a date("Y-m-d") format the table fields are id, date (type date) and amount the code $current_date = date("Y-m-d"); $day_sum = day_sum($current_d...