data entry whoul be stopped while page refresh?

Discussion in 'PHP' started by hulkrana, Jun 4, 2007.

  1. #1
    hello frds,

    in my program even through page refresh one blank row in entered into database table .please tel me how to stop this?

    thank and regards
     
    hulkrana, Jun 4, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    
    if (/* Condition */)
    {
        // Insert into database
    }
    
    PHP:
    If that doesn't give you the hint, post your code. I don't feel like guessing.
     
    nico_swd, Jun 4, 2007 IP