> 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. http://www.phparch.com/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php