[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.



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

2001-07-27 Thread Szii

This is not VB - this is better.  Probably want to name all of your text
fields something
similar, since they'll be mixed in with the drop downs, radio buttons,
etc...

Check $HTTP_POST_VARS and $HTTP_GET_VARS in your form's target.

-Szii


- Original Message -
From: Peter 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
specifically referencing the actual object name.  Visual Basic has this type
of logic.



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]