RE: [PHP] php, mysql, and method question

2003-03-20 Thread John W. Holmes
> i have a table that contains articles. i have another table which > contains the order 1 - 9 that i would like to display them in. > > this part is done, and is not a problem. here is where I am not sure > how to proceed. > > 1. tbl_display_order - can only have 9 records in it (or do i just >

Re: [PHP] php, mysql, and method question

2003-03-20 Thread Hugh Danaher
t[id] "); } hugh - Original Message - From: "Charles Kline" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 11:10 AM Subject: [PHP] php, mysql, and method question > hi all, > > i have a question about a good method of han

[PHP] php, mysql, and method question

2003-03-20 Thread Charles Kline
hi all, i have a question about a good method of handling this challenge. i have a table that contains articles. i have another table which contains the order 1 - 9 that i would like to display them in. this part is done, and is not a problem. here is where I am not sure how to proceed. 1. t