Awsome,

        That helps tremendously.
        

Larry S. Brown
President/CEO
Dimension Networks, Inc.
Member ICCA
(727) 723-8388

-----Original Message-----
From: Jason Wong [mailto:[EMAIL PROTECTED]]
 

I think get rid of this 'problem' by using arrays. As in:

  echo '<input type="text" size=3 name="connlt[', $i, ']" value=";, ...

resulting in the HTML:

  <input type="text" size=3 name="connlt[0]" value="whatever"> etc




-- 
PHP General 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]

Reply via email to