Click to See Complete Forum and Search --> : What type of script that will . .


hitekmom
11-24-2003, 01:15 PM
. . . allow customers to post a rating, on a site, in a 4-star format?

Here's the URL of the type of rating format I'm looking for:

http://www.sell.com/feedback/?uname=accessorylady


Thx for any help that I may receive.

- HiTekMom

Jona
11-24-2003, 01:26 PM
Hello HiTekMom, you'll need to use a server-side language to process data in a database for that sort of thing. JavaScript is client-side, so it cannot do that. You may want to look into PHP, CGI, ASP or JSP. The easier two of which are PHP and ASP.

[J]ona

hitekmom
11-24-2003, 02:21 PM
[J]ona,

I understand. Thx so much for your reply.

HiTekMom