RE: [PHP-DB] Filling Fields

2003-01-25 Thread John W. Holmes
> Can some one please tell how I can fill and entire field with the same > value. Maybe in a loop or is there a command. If you mean a field from a database... UPDATE table SET field = 'value'; ---John W. Holmes... PHP Architect - A monthly magazine for PHP Professionals. Get your copy today. h

RE: [PHP-DB] Filling Fields

2003-01-25 Thread Rich Gray
have you tried str_repeat()? Rich -Original Message- From: Chezney [mailto:[EMAIL PROTECTED]] Sent: 19 January 2003 08:47 To: [EMAIL PROTECTED] Subject: [PHP-DB] Filling Fields Hi Can some one please tell how I can fill and entire field with the same value. Maybe in a loop or is there a