Hey guys. I have a search box that takes the user input as a variable.
It then uses GET to add it to the URL.
Then I have a script I reference with a PHP Include, and I need to add the variable to the end of the PHP Include URL. Here's the code..
Of course the way it posts the code is a bit hard to read, but the first part down to the php section is the search box.
The PHP is supposed to grab a script in my cgi-bin and attach the keyword variable
so something like ?keywords= keywords from the searchbox above.
edit: Code not posting right..hold on..
It then uses GET to add it to the URL.
Then I have a script I reference with a PHP Include, and I need to add the variable to the end of the PHP Include URL. Here's the code..
Of course the way it posts the code is a bit hard to read, but the first part down to the php section is the search box.
The PHP is supposed to grab a script in my cgi-bin and attach the keyword variable
so something like ?keywords= keywords from the searchbox above.
edit: Code not posting right..hold on..