You got it :hehe:
Take your code and save it into a file, in your case freefind.php. Then in your regular web file, wherever you want the code to appear, type:
<?php
include( 'freefind.php' );
?>
In order for the code to work, you have to save the file as index.php rather than index.html so the server can recognize the php code. Hope this helps.