You are assessing a 70 year old patient with stage 3 CKD. He…

You are assessing a 70 year old patient with stage 3 CKD. Her weight is 165 lbs and her BMI is 28 kg/m2. Her weight 4 months ago was 145 lbs. and her BMI was 24 kg/m2, yet she says she has a poor appetite. She is not in acute renal failure nor does she have nephrotic syndrome. What energy needs will you recommend for this patient?

The index.php program is supposed to prompt the user for a c…

The index.php program is supposed to prompt the user for a charter destination code, search the CHARTER table in the ch07_aviaco database running on your local XAMPP stack, and return the destination code and the total hours flown for the given destination code.  However, it does not work due to one or more programming errors.  Download the index.php file, correct the error(s), insert a PHP comment at each place where an error was found and corrected, save the fixed program, and upload the updated index.php program to this question.   The corrected program running a test for Destination Code “ATL” will result in a screen like the following: (NOTE:  The total hours for the ATL destination is 23.1 hours, and a destination such as DEN will result in a “Charter Destination Code Not Found” message)  (Hint:  It may be helpful to run any queries in MySQL Workbench to see how they work, before making modifications to queries in the program).