Hi..I have a problem on database insertion:(
How to prevent duplicate record insertion on database while refreshing a webpage?
I had tried the following code,but it also resubmitting the form data.
if(isset($_REQUEST['add_cat']))
{
//code for db insertion
}
Thanks in advance