[PHP] Re: Databases, arrays and woes

2001-08-30 Thread Hugh Bothwell
Kath [EMAIL PROTECTED] wrote in message 015301c13156$2c273500$[EMAIL PROTECTED]">news:015301c13156$2c273500$[EMAIL PROTECTED]... I have a MySQL table which stores information like this: | Type | Place Name | Place Abbrv | and lets say I have data in the table like: Example #1: | Office |

[PHP] Re: Databases, arrays and woes

2001-08-30 Thread _lallous
made that for ya, pre ? $lines = | Office | ZZBill's Office | bo | | Office | Bill's Office | bo | | Store | Millcreek Supply | mcs | | Office | Harry's Office | ho | | Store | Sam's Discount Taxidermy | sdt | | Shipping | East Coast Distribution Facility | ecdf |; $lines = split(\n, $lines);