Re: [PHP] Total Newbie - concatenating variables.

2001-11-10 Thread Matt Friedman
n save a ton of keystrokes and is easier to read and maintain. Regards, Matt. - Original Message - From: "David Mitchell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 10, 2001 9:19 AM Subject: [PHP] Total Newbie - concatenating variabl

[PHP] Total Newbie - concatenating variables.

2001-11-10 Thread David Mitchell
Hi, This is my first foray into PHP (coming from a VB, ASP background). What I am trying to do should be ridiculously easy, but for some reason I can't figure out how to do this. I have a form that builds a dynamic number of text boxes in a loop: for($i=0;$i<$count;$i++) { print(""); }