• function add_agent(){
    global $wpdb;
    $etc11=$wpdb->insert('country',array('name'=>$_SERVER['HTTP_HOST']));
    }

    This insert 8 times values whenever i refresh the page…

    please help me

The topic ‘Insert Function Problem’ is closed to new replies.