__init__($conn); if(!isset($_SESSION["username"]) && !isset($_SESSION["email"])){ header('Location: ./'); exit(); } // Make a cURL call (request) to the OpenAI API in order to get suggestions regarding the given product from ChatGPT. $suggestions = "

Please enter a product name.

"; $questions = ["Please enter a product name."]; if(isset($_GET["product"]) && $_GET["product"] != "Not Found!"){ list($suggestions, $questions) = $_product->chatgpt_get_suggestion($_GET["product"]); } ?> ChatGPT / AIoT Shopping Assistant

Powered by ChatGPT

'.$questions[$i].''; } ?>

ChatGPT