Re: [PHP] Dynamic Variable Creation from Forms

2001-02-01 Thread Josh G
ing. - Original Message - From: "[ rswfire ]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 01, 2001 11:41 AM Subject: Re: [PHP] Dynamic Variable Creation from Forms > Thanks for your response, but that's not my problem. I'll expla

Re: [PHP] Dynamic Variable Creation from Forms

2001-02-01 Thread Nuno Silva
[ rswfire ] wrote: > I have a problem I'm not sure how to fix. > > PART I > > I have a form on a page that creates its variables dynamically. > Here's an example: > > mysql_db_query($db, "SELECT * FROM table"); > while ($row = mysql_fetch_array($result)) > { > > echo ""; > > } > > PART I

[PHP] Dynamic Variable Creation from Forms

2001-01-31 Thread [ rswfire ]
I have a problem I'm not sure how to fix. PART I I have a form on a page that creates its variables dynamically. Here's an example: mysql_db_query($db, "SELECT * FROM table"); while ($row = mysql_fetch_array($result)) { echo ""; } PART II I need to make reference to these dynamically cr

Re: [PHP] Dynamic Variable Creation from Forms

2001-01-31 Thread [ rswfire ]
http://www.gfunk007.com/ I sense much beer in you. Beer leads to intoxication, intoxication to hangovers, and hangovers to... suffering. - Original Message - From: "[ rswfire ]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 01, 2001 11:28 AM

Re: [PHP] Dynamic Variable Creation from Forms

2001-01-31 Thread Josh G
to hangovers, and hangovers to... suffering. - Original Message - From: "[ rswfire ]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 01, 2001 11:28 AM Subject: [PHP] Dynamic Variable Creation from Forms > I have a problem I'm not sure how

RE: [PHP] Dynamic Variable Creation from Forms

2001-01-31 Thread Jonathan Sharp
nt: Wednesday, January 31, 2001 4:41 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Dynamic Variable Creation from Forms Thanks for your response, but that's not my problem. I'll explain further... I have a table with the following fields in a row: aaa bbb ccc ddd eee I have a page