php - Vote 5 time from cookie -
I need to vote for cookies 5 times. Set IB by DB I can not do this because people are the same Sit on the network with remote addresses.
Once I check it:
if ($ dif_cookies == 1) // if the DB ($ _ COOKIE ["m_questioning3- $ external_id" ] == $ External_ID) {$ q_show_status = 3; } But I need 5 times, how? Thanks
Dear Harolds,
if (! Isset ($ _COOKIE) ["M_questioning3- $ external_id"])) {$ _COOKIE ["m_questioning3- $ external_id"] ["calculation"] = 1; } And {$ _COOKIE ["m_questioning3- $ external_id"] ["count"] ++; } ($ _COOKIE ["m_questioning3- $ external_id"] ["Count"] Please check this if it will work.
Comments
Post a Comment