I don't have knowledge on perl.... I have completed the same in php and works, now want to do the same in .cgi
I am trying to pass the variable "q" in the example below
in code
The same I was able to do in php by <?php echo $_GET["q"]; ?>
Please suggest.
I am trying to pass the variable "q" in the example below
Code:
/cgi-bin/search/search.pl?p=1&lang=en&include=&exclude=&penalty=0&mode=all&q=dell
in code
Code:
<iframe height="600" width="160" frameborder="0" marginheight="0" marginwidth="0" src="[URL unfurl="true"]http://ah.pricegrabber.com/export_feeds.php?pid=ahhfbbd&document_type=html&topcat_id=all&category=topcat:all&banner_size=160x600&form_keyword=<====[/URL] Here is where the variable will get declared" =====>>&banner_bgcolor=ffffff&show_images=1&iframe=1" scrolling="No" ></iframe>
The same I was able to do in php by <?php echo $_GET["q"]; ?>
Please suggest.