Ethernet shield not connecting to the Webserver - new to Arduino

OK. Maybe it won't take HTTP/1.0. It keeps responding with HTTP/1.1, so let's try that.

client.println("GET /test.php HTTP/1.1");
client.println("Host: venard.hostzi.com");
client.println("Connection: close\r\n");