1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

how to store the score ...

Discussion in 'WordPress' started by mike4uuu, Jul 30, 2010.

  1. #1
    I m using a quiz plugin which doesn't store the score in the database!

    I want to store the score for each quiz post for a login user...

    the variable use for the quiz result score is %%SCORE%%
    Also, is there any way to email the score to the login user..
    can sombody help me in writing the code in correct way ,,,, mvery novice in php

    if (is_user_logged_in())
    {
    add/insert the score %%SCORE%% in users database

    }

    else

    {

    $messagequiz = "u have to login to store ur score"

    }
     
    mike4uuu, Jul 30, 2010 IP