i want to use a star rating in my website..a user can only rate product once he log in
cn ny1 help????
star rating code
Moderator: General Moderators
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: star rating code
Assume $_SESSION['logged_in']==1 is determined from database check:
Code: Select all
if($_SESSION['logged_in']==1)
{
//rate product
}
Re: star rating code
<img src="star.gif" />
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: star rating code
This is a pretty neat star rating script in Ajax http://www.masugadesign.com/the-lab/scr ... ating-bar/
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: star rating code
This is another pretty cool example http://www.nofunc.com/AJAX_Star_Rating/