Your hosting company don't report errors to screen, your machine does...
Post lines 17 & 25 here so we can debug, there is an easy way to have PHP ignore the errors using the '@' operator.
Or you can modify the error reporting level in php.ini
Or you can call 'error_reporting(0);' at the top of your script.
Your choice...
P.S. I HIGHLY recommend you uninstall WAMP and install Apache, PHP, MySQL seperately - it's not hard, I'll find you a beginners walk-through if you want...