I have to reload automatically to my home after done following coding
if($sql) 
{
    echo "Updated successfully";
}else {
    echo "Con not update" . mysql_error();
} 
this is process.php page here I am writing some coding after executing my query I need to redirect to my home.php page with pop up message if $sql updated successfully message(successfully) if not error message.
 
     
    