Problem with arduino & ethernet shield which sends temperature to mysql database

   int tempCelcius=36;
   client.print("GET /update_db.php?celsius=");
   client.print(tempCelcius);
   client.println(" HTTP/1.0");