[PHP] Dynamic Array Q

2001-12-28 Thread Chris Allen
Hey! Looking for a way to add an entry in my array ...the way I have it the array is getting rebuilt everytime... Anyway to add an entry without calling a function to do it inside the main while loop?? while ($row = mysql_fetch_object($result_query)) { $look =

Re: [PHP] Dynamic Array Q

2001-12-28 Thread Chris Allen
; } Happy New Year!! -ccma - Original Message - From: Chris Allen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 28, 2001 4:27 PM Subject: [PHP] Dynamic Array Q Hey! Looking for a way to add an entry in my array ...the way I have it the array is getting rebuilt