Re: [PHP-DB] Not Really A DB Question

2001-07-27 Thread Szii
er J. Krawetzky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 5:30 AM Subject: [PHP-DB] Not Really A DB Question How do you loop through all the text objects in a PHP script? In otherwords, I want use logic to check the value of each textbox without spe

[PHP-DB] Not Really A DB Question

2001-07-27 Thread Peter J. Krawetzky
How do you loop through all the text objects in a PHP script? In otherwords, I want use logic to check the value of each textbox without specifically referencing the actual object name. Visual Basic has this type of logic.