OK, I have a search thing set up with FreeFind. I want to embed the results into my website. The textbox and form tags are set up, and it forwards to the page "search.html". More specifically, it forwards to the page http://www.mechhelp.net/search.html?s=MYSEARCHTERM where MYSEARCHTERM is whatever was typed into the text box. I've figured this all out already. All I need is to know how to detect the ?s=MYSEARCHTERM in the URL and get it into a variable in the code. I know enough coding to use that variable to display the search results, I've just never worked with forms before.
Can PHP do this? That's what I would prefer using, but I'm capable of learning enough of whatever language I need to be able to use it.
