sending sensor value from arduino to php

i am new to arduino programming.i am getting soil moisture sensor values on serial monitor.how can i send this value to php file?

can anyone please help ? its very urgent.......

You could use a terminal emulator program that allows logging to file instead of the Serial Monitor.

open your arduino installation. Find examples - web client.