Evil gear
Christmas is almost here
Viking gear
Gear Gifts and Apparel
Sharp Stuff
Switchblades Icepicks and german knives
Till death do us part
Axels New Music releases

here are some of the best and useful php scripts and snippets to help in your projects. Php displayed below. Use the search for specific script lookups. Click the category links to view scripts in Javascript and cgi. To add your own script click the link and add your useful script example.

Search engine for your website new script just enter pages keywords and add a new description title etc
displays a nice formatted search results

website search engine
site-search date added Jan 2013

var item = new Array();

//add page info

// "Page Name","path/dir","Page Title","Many,Key,Words","Descriptive Comments"

c=0; 
item[c]=new Array("1.php","","T1","keywords","description.");
item[c]=new Array("2.php",""," 2","keywords","description.");
c++; 


page="<html><head><title>Search Results</title></head
><body bgcolor='white'><center><table border=0 cellspacing=10 width=80%>";



function search(frm) {
win = window.open("","","scrollbars");
win.document.wri
te(page);
txt = frm.srchval.value.split(" ");
fnd = new Array(); total=0;
for
 (i = 0; i < item.length; i++) {
fnd[i] = 0; order = new Array(0, 4, 2, 3);
fo
r (j = 0; j < order.length; j++)
for (k = 0; k < txt.length; k++)
if (item[i][
order[j]].toLowerCase().indexOf(txt[k]) > -1 && txt[k] != "")
fnd[i] += (j+1);

}
for (i = 0; i < fnd.length; i++) {
n = 0; w = -1;
for (j = 0;j < fnd.lengt
h; j++)
if (fnd[j] > n) { n = fnd[j]; w = j; };
if (w > -1) total += show(w, w
in, n);
fnd[w] = 0;
}
win.document.write("</table><br>Total found: "+total+"<
br></body></html>");
win.document.close();
}
function show(which,wind,num) {

link = item[which][1] + item[which][0]; 
line = "<tr><td><a href='"+link+"'>"+
item[which][2]+"</a> Score: "+num+"<br>";
line += item[which][4] + "<br>"+link+
"</td></tr>";
wind.document.write(line);
return 1;
}


Add your comment.













No comments yet

Search ScriptsnTips


Php JavaScripts CGI/Perl