Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: smavtron
  • Content: Threads
  • Order by date
  1. smavtron

    How To Hide Your JavaScript With PHP!

    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>...
  2. smavtron

    Loop Display

    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...
  3. smavtron

    Parse variable to display in Carp RSS to HTML

    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...
  4. smavtron

    How to pass variable in .pl file

    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"...

Part and Inventory Search

Back
Top