On Mon, 8 Apr 2002, Jas wrote: > $sql = "UPDATE $table_name SET ad01_t=\"$file_var$files\"";
Is this really what you wanted? It would set ad01_t to the same thing for every single row in your table. If that is what you wanted, then I think your database design is a little weird. miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php