Insert data from arduino into MYSQL Database problem

Okey. I made it work with PHP. Actually it was pretty simple. Anyway, fate does that at the end maybe I must go with the MEGA... because of this:

VirtualWire library wich I use for , Wifi modules, use pins 10 11 12...I changed that to 6 7 8.
Ethernet shield uses 10 11 12 13. and 4 for SDcard.
Receiver pin for the wifi module use also a pin, 9.

So the pins left are: 2,3,5.

And there it must be an LCD, without a LCD Shield I need 6 pins... unavailable.
with LCD shield It doesen't work. After I put the #include <LiquidCrystal_I2C.h> the ethernet shield doesen't work anymore. So there is a conflict there.

Any help or solution?

Thank you!
Adrian.