recently working on boot.Dialog  in Bootbox.js to show a panel to edit information, now I want to bind data to a drop down list in the panel by grab data from LoadData.php, how can I include a .php file in .js file?
$DropDownArray = new Array();
bootbox.Dialog( function() {
   message: "something to show";
}
