RE: [PHP] Nested Arrays

2002-12-26 Thread Paul Reed
I didn't see this approach in any other reply. A multidimensional array is just an array of single dimensional arrays... Basically $array[row#][col#]=$data; $array[0][0]= "row0, col0"; $array[0][1]= "row0, col1"; This also works with associative arrays... $cars[0]['make']="Ford"; $cars[0][

RE: [PHP] object vs functions

2002-12-28 Thread Paul Reed
bout them sooner! Hope this helps, (And I hope it makes sense, as I'm writing at 4:05am!) Paul Reed. -Original Message- From: Mat Harris [mailto:[EMAIL PROTECTED]] Sent: Friday, December 27, 2002 21:18 To: [EMAIL PROTECTED] Subject: [PHP] object vs functions if i have a php script