Hi all
I am a beginner and i was wondering can we write a code in PHP by which we can enter keyword in search box of any website and submit.
so there will be 2 inputs to this php function:
function enter_keyword($website_url, $keyword)
{
}
It will be a great help
thanks in advance