Here's the SQL syntax you should use:
Code:
UPDATE vb_template set template="{Insert header code from my previous post here}" where title="header";
The "vb_" is your table prefix, delete/change as necessary.
Or if you have phpMyAdmin installed (most people do) you won't need the SQL code - you just need to go to the template table, and search for all of the templates where the title is "header".