Graham
01-08-2001, 12:24 AM
Does anyone know of a perl/php script that will allow users to rank links on my site? I would like it to be easy to setup and maintain, as the links will change a lot. Also maybe a nice results page that shows graphs or something would be cool. I'd like it to look something like this: (scroll down)
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body bgcolor="#ffffff" text="#000000" id=all>
<div align="center">
<center>
<table border="1" cellpadding="2" width="100%" bordercolor="#0000FF" bgcolor="#FFFF00">
<tr>
<td width="20%" bgcolor="#00FFFF">the link</td>
<td width="20%" bgcolor="#00FFFF">i'll add this</td>
<td width="20%" bgcolor="#00FFFF">a graphic?? (stars etc..)</td>
<td width="20%" bgcolor="#00FFFF">url to vote</td>
<td width="20%" bgcolor="#00FFFF">customer comments</td>
</tr>
<tr>
<td width="20%"><a href="link.html">link.html</a></td>
<td width="20%">decent site</td>
<td width="20%">rank- *****</td>
<td width="20%"><a href="rankit.html">rankit!</a></td>
<td width="20%">its great!!</td>
</tr>
</table>
</center>
</div>
<p>* </p>
<p>*</p>
</body>
</html>
Any thoughts or ideas??
thanks, graham
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body bgcolor="#ffffff" text="#000000" id=all>
<div align="center">
<center>
<table border="1" cellpadding="2" width="100%" bordercolor="#0000FF" bgcolor="#FFFF00">
<tr>
<td width="20%" bgcolor="#00FFFF">the link</td>
<td width="20%" bgcolor="#00FFFF">i'll add this</td>
<td width="20%" bgcolor="#00FFFF">a graphic?? (stars etc..)</td>
<td width="20%" bgcolor="#00FFFF">url to vote</td>
<td width="20%" bgcolor="#00FFFF">customer comments</td>
</tr>
<tr>
<td width="20%"><a href="link.html">link.html</a></td>
<td width="20%">decent site</td>
<td width="20%">rank- *****</td>
<td width="20%"><a href="rankit.html">rankit!</a></td>
<td width="20%">its great!!</td>
</tr>
</table>
</center>
</div>
<p>* </p>
<p>*</p>
</body>
</html>
Any thoughts or ideas??
thanks, graham