Re: [PHP] Making an array from delimited data



On Mon, April 28, 2008 2:44 pm, Joe Harman wrote:
I have some data that I pull from a database that is in the following
format:

-------------------------------------------------------------
Gauge Style: Auto Meter Pro-Comp
Tachometer Usage: Standard
Gauge Series: Analog
Gauge Range: 0-11,000 rpm
Gauge Diameter (in): 5 in.
Gauge Diameter (mm): 127.00mm
Sweep: Full sweep
-------------------------------------------------------------

I want the array to end up like this

preg_match_all('/^([^:]:(.*)$/msiU', $db_data, $data);
var_dump($data);

--
Can you do me a favor?
Sign up for http://Facebook.com
Add http://apps.facebook.com/whereivebeen/
Review it, and let 'em know Rich sent you.
http://www.facebook.com/apps/application.php?id=2603626322
(Scroll down to the middle of the middle column)
Give it a 5-star rating please :-)
(If you can't go 5-star, email me to tell me why)

.



Relevant Pages