Hi,
register_globals might be set to off on that host, so you might need to use $_POST['variable'] instead of $variable.
Take care to include <html></html> and <head></head> tags in your html code and to close all tags like <form> with </form>
I modified the smaller file to show you how it could look like.
Hope this helps you a little bit 🙂
Thomas