If you have not output any text in your PHP script, you can send a [man]header[/man].
header('location: WoodArt.shtml');
exit;
If you have already output some text then you can use a meta refresh tag which is not PHP at all but HTML.
<meta http-equiv="refresh" content="0;url=WoodArt.shtml" />