ajax php
$.ajax({
                type: "POST",
                url: "event.php", 
                data:"action=chnageChart&value1="+id,
                cache: false, 
                success: function(html){  
                    window.location.reload();
                }
            });
