star rating code
Posted: Wed Oct 22, 2008 7:08 am
i want to use a star rating in my website..a user can only rate product once he log in
cn ny1 help????
cn ny1 help????
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
if($_SESSION['logged_in']==1)
{
//rate product
}