{ "key_pair_value_system": true, "answer_rating_count": "", "question_feedback_html": { "html_star": "", "html_star_feedback": "" }, "answer_average_rating_value": "", "answer_date_js": "2024-09-03T01:17:34-04:00", "answer_date": "2024-09-03 01:17:34", "is_docs_available": null, "is_excel_available": null, "is_pdf_available": null, "count_file_available": 0, "main_page": "student_question_view", "question_id": "8967108", "url": "\/study-help\/questions\/cant-connect-with-outside-php-file-the-index-page-indexphp-8967108", "question_creation_date_js": "2024-09-03T01:17:34-04:00", "question_creation_date": "Sep 03, 2024 01:17 AM", "meta_title": "[Solved] Can't connect with outside php file. The | SolutionInn", "meta_description": "Answer of - Can't connect with outside php file. The index page (index.php) isn't connecting with the Calculations.php page. ----- | SolutionInn", "meta_keywords": "connect,php,file,index,page,indexphp,connecting,calculationsphp,-----------calculationsphp----------", "question_title_h1": "Can't connect with outside php file. The index page (index.php) isn't connecting with the Calculations.php page. -----------Calculations.php---------- ", "question_title": "Can't connect with outside php file. The index page (index.php) isn't connecting", "question_title_for_js_snippet": "Can't connect with outside php file The index page (index php) isn't connecting with the Calculations php page Calculations php ", "question_description": "

Can't connect with outside php file. The index page (index.php) isn't connecting with the Calculations.php page.<\/p>

-----------Calculations.php----------<\/p>
<\/tr>
<\/td> \/\/calculations.php<\/td> <\/tr>
<\/td> <\/td> <\/tr>
<\/td> \/\/declare variables<\/td> <\/tr>
<\/td> $order_total = ;<\/td> <\/tr>
<\/td> $tax = $total * 0.65; \/\/WA state sales tax as of 5\/03\/17<\/td> <\/tr>
<\/td> $grand_total = $order_total + $tax;<\/td> <\/tr>
<\/td> <\/td> <\/tr>
<\/td> \/\/perform grand total calculations<\/td> <\/tr>
<\/td> function grandTotal($price, $sides){\/\/if ther are sides<\/td> <\/tr>
<\/td> $grand_total = ($price + $Quantity) + ($sides * $quant);<\/td> <\/tr>
<\/td> <\/td> <\/tr>
<\/td> <\/td> <\/tr>
<\/td> }\/\/end grandTotal()<\/td> <\/tr> <\/tbody> <\/table>

----------index.php----------<\/p>
<\/td> <\/tr>
<\/td> <\/td> <\/tr>
<\/td> W3.CSS Template<\/title><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><meta charset=\"UTF-8\"><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><link rel=\"stylesheet\" href=\"https:\/\/www.w3schools.com\/w3css\/4\/w3.css\"><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css?family=Raleway\"><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><style><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\">body,h1,h5 {font-family: \"Raleway\", sans-serif}<\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\">body, html {height: 100%}<\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\">.bgimg {<\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\">background-image: url('\/w3images\/onepage_restaurant.jpg');<\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\">min-height: 100%;<\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\">background-position: center;<\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\">background-size: cover;<\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\">}<\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/style><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><body><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"> <\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><p>logo<\/p><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><p><button onclick=\"document.getElementById('menu').style.display='block'\">menu<\/button><\/p><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><p><button onclick=\"document.getElementById('contact').style.display='block'\">contact<\/button><\/p><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><p>monday - friday 10-23 | saturday 14-02<\/p><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><p>42 village St, New York<\/p><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><p>powered by w3.css<\/p><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"> <\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><!-- Menu Modal --><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><div id=\"menu\"><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><span onclick=\"document.getElementById('menu').style.display='none'\">x<\/span><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><h1>Burger Types<\/h1><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><p><input type=\"checkbox\" name=\"burgertype[]\" value=\"beef\"><h5>Tomato Soup <b>$2.50<\/b><\/h5><\/p><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><h5>Chicken Salad <b>$3.50<\/b><\/h5><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><h5>Bread and Butter <b>$1.00<\/b><\/h5><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><h1>Main Courses<\/h1><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><h5>Grilled Fish and Potatoes <b>$8.50<\/b><\/h5><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><h5>Italian Pizza <b>$5.50<\/b><\/h5><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><h5>Veggie Pasta <b>$4.00<\/b><\/h5><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><h5>Chicken and Potatoes <b>$6.50<\/b><\/h5><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><h5>Deluxe Burger <b>$5.00<\/b><\/h5><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><h1>Desserts<\/h1><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><h5>Fruit Salad <b>$2.50<\/b><\/h5><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><h5>Ice cream <b>$2.00<\/b><\/h5><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><h5>Chocolate Cake <b>$4.00<\/b><\/h5><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><h5>Cheese <b>$5.50<\/b><\/h5><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"> <\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><!-- Contact Modal --><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><div id=\"contact\"><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><span onclick=\"document.getElementById('contact').style.display='none'\">x<\/span><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><h1>Contact<\/h1><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><p>Reserve a table, ask for today's special or just send us a message:<\/p><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><form action=\"\/action_page.php\" target=\"_blank\"><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><p><input type=\"text\" placeholder=\"Name\" required name=\"Name\"><\/p><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><p><input type=\"number\" placeholder=\"How many people\" required name=\"People\"><\/p><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><p><input type=\"datetime-local\" placeholder=\"Date and time\" required name=\"date\" value=\"2017-11-16T20:00\"><\/p><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><p><input type=\"text\" placeholder=\"Message \\ Special requirements\" required name=\"Message\"><\/p><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><p><button type=\"submit\">SEND MESSAGE<\/button><\/p><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/form><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/div><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"> <\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"><\/body><\/td> <\/tr> <tr> <td style=\"text-align:right;vertical-align:top;white-space:nowrap;width:49.6px;\"> <\/td> <td style=\"vertical-align:top;\"> <p><\/html><\/p> <p> <\/p> <p> <\/p> <\/td> <\/tr> <\/tbody> <\/table>", "transcribed_text": "", "related_book": { "title": null, "isbn": null, "edition": null, "authors": null, "cover_image": null, "uri": null, "see_more_uri": "" }, "free_related_book": { "isbn": "", "uri": "", "name": "", "edition": "" }, "question_posted": "2024-09-03 01:17:34", "see_more_questions_link": "\/study-help\/questions\/computer-science-operating-system-2022-August-09", "step_by_step_answer": "The Answer is in the image, click to view ...", "students_also_viewed": [ { "url": "\/study-help\/introduction-to-probability-statistics\/1222-refer-to-exercise-128-the-data-along-with-the-1988494", "description": "12.22 Refer to Exercise 12.8. The data, along with the Excel analysis of variance table, are reproduced below: a. Do the data provide sufficient evidence to indicate that y and x are linearly...", "stars": 0 }, { "url": "\/your-company-acme-widgets-sells-its-widgets-worldwide-acme-has", "description": "Your company, Acme Widgets, sells its widgets worldwide. Acme has a contract for 250,000 widgets to be shipped to the Czech Republic. The price stated in the offer and acceptance is $1 per widget,...", "stars": 3.5 }, { "url": "\/study-help\/questions\/allard-inc-presented-two-years-of-data-for-its-frozen-10100984", "description": "Allard, Inc., presented two years of data for its Frozen Foods Division and its Canned Foods Division", "stars": 3.5 }, { "url": "\/study-help\/questions\/blumen-textiles-corporation-began-april-with-a-budget-for-36000-5881717", "description": "Blumen Textiles Corporation began April with a budget for 36,000 hours of production in the Weaving Department. The department has a full capacity of 48,000 hours under normal business conditions....", "stars": 3.5 }, { "url": "\/study-help\/questions\/for-the-following-fact-pattern-discuss-padmas-liability-to-vidal-2918343", "description": "For the following fact pattern, discuss Padma's liability to Vidal, if any, for any intentional torts. Padma hates Vidal. One day Padma sees Vidal riding his horse on the bridle path. Padma runs up...", "stars": 3.5 }, { "url": "\/study-help\/questions\/in-the-same-way-that-classical-economic-theory-models-false-2911262", "description": "In the same way that classical economic theory models false assumptions about rational man, the CSR and sustainability debate, for the most part, models equally false assumptions about ______ man....", "stars": 3.5 }, { "url": "\/study-help\/questions\/jeffrey-was-54-years-old-when-he-was-hired-as-2894900", "description": "Jeffrey was 54 years old when he was hired as a disc jockey by Luke. Two years later, as Luke's business was failing, Jeffrey was laid off by Luke. Jeffrey learns that a few weeks after he left, he...", "stars": 3.5 }, { "url": "\/study-help\/questions\/the-brief-3minute-read-introduces-us-to-the-korean-understanding-1403686", "description": "The brief 3-minute read introduces us to the Korean understanding of \"Maum\" (Mind). The reading is offered to stimulate thoughts and discussion on how culture impacts the creation of culture-specific...", "stars": 3.5 } ], "next_back_navigation": { "previous": "\/study-help\/questions\/the-december-31-2013-balance-sheet-of-schism-inc-showed-8967107", "next": "\/study-help\/questions\/evolution-occurs-in-a-population-of-organisms-when-there-is-8967109" }, "breadcrumbs": [ { "name": "Study help", "link": "https:\/\/www.solutioninn.com\/study-help\/questions-and-answers" }, { "name": "Computer Science", "link": "https:\/\/www.solutioninn.com\/study-help\/questions-and-answers\/computer-science" }, { "name": "Databases", "link": "https:\/\/www.solutioninn.com\/study-help\/questions\/computer-science-databases" }, { "name": "Can't connect with outside php file. The index page (index.php) isn't connecting", "link": "https:\/\/www.solutioninn.com\/study-help\/questions\/cant-connect-with-outside-php-file-the-index-page-indexphp-8967108" } ], "skill_details": { "skill_id": "656", "skill_name": "Databases", "parent_id": "8" } }