I have a bunch of variables stuffed in myArray() I want to run a MySQL SELECT statement ($query=" ......") where it will access only those records in the database "WHERE" table.fieldname is found in myArray Is there a simple one liner? Or do I have to "loop" it through (kinda nasty as you can imagine) Help anyone? Thanks!! :-))
- Re: [PHP] Question on SELECT Roy W
- Re: [PHP] Question on SELECT Leif K-Brooks