From: Jerry Preeper Date: April 12 1999 9:33pm Subject: Re: update table problem List-Archive: http://lists.mysql.com/mysql/1728 Message-Id: <3.0.5.32.19990412143304.04367d60@crash.cts.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Got it fixed now. I printed the query with a print "sql_query = $sql_query" and got back exactly what I expected, however, it turns out that my dbh statement was outside the loop this function was running in so it was never getting to it to be able to put the data into the table. Thanks for the input Sasha and Paul, got me pointed exactly where I needed to go. Jerry P