We plan to use this script
How To Hide Your JavaScript With PHP!
On the page where the JavaScript is placed, add:
<?
session_start();
if (!isset($_SESSION['access'])){
$_SESSION['access'] = true;
$access = true;
}
?><html>
<head>
<script language="JavaScript" src="script.php"></script>...
I have 4 variables, namely Merchant, sub_cat, link_detail & link and want to display on the page as
Merchant
sub_cat
<a href=link>link_detail</a> <a href=link>link_detail</a>
<a href=link>link_detail</a> <a href=link>link_detail</a>
sub_cat
<a href=link>link_detail</a> <a...
I have a RSS feed
http://www.buy.com/rss/feed.asp?loc=273&grp=4&pid=1519777
which I can display directly (hard code) in the script by doing
CarpCacheShow('http://www.buy.com/rss/feed.asp?loc=273&grp=4&pid=1519777')
and it works OK.
Going a step ahead I want to display this by calling...
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
/cgi-bin/search/search.pl?p=1&lang=en&include=&exclude=&penalty=0&mode=all&q=dell
in code
<iframe height="600"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.