[PHP] Re: compare arrays problem

2001-02-19 Thread Onaje Johnston
Thank you Tim and Richard. With your help I was able to figure out how to get this script working as I intended. Here's the code, in case anyone wants to do something similar in the future. :-)) $pages=mysql_query("SELECT CP.page_id, pagename FROM cluster_pagetbl as CP, pagetbl WHERE CP.cluster_

[PHP] RE: compare arrays problem

2001-02-19 Thread Tim Ward
your problem is where you are creating the array, see my notes > -Original Message- > From: Onaje Johnston [mailto:[EMAIL PROTECTED]] > Sent: 17 February 2001 22:47 > To: [EMAIL PROTECTED] > Subject: compare arrays problem > > > I am hoping that someone really understands arrays reads t