I know this is possible in Perl, but I was wondering if this can be done in PHP.
What I want to do is open a browser with a window, click to a link in that page, or navigate in the browser, then it has a simple textbox called test, and I want to put text in that box then click submit and all done in PHP. I know jQuery and Javascript so I am fine if part of this little project should be done in any of those two. I did some research on it and couldn't find a clear approach to this.
I don't need written code provided for me, I just need an answer with suggestions and if possible, little codes to do some tricks.
Thanks in advance.
-G