Help Needed For Online Survey Portal - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Help Needed For Online Survey Portal (/showthread.php?tid=88780) |
Help Needed For Online Survey Portal - nisarg_sutaria - 11-06-2023 We have created online Survey Portal : www.mastersurvey.ai It is based on PHP CodeIgniter and MySQL. With the advancement of AI, we want to integrate ChatGPT 3.5 or 4.0 API on our survey portal for creating online surveys. Is the integration of Python and PHP CodeIgniter possible? How? Please guide me in detail. I am not the coder, but I am helping the coder. CodeIgniter RE: Help Needed For Online Survey Portal - JustJohnQ - 11-06-2023 Why use Python to connect to the API if you can use PHP: https://www.educative.io/answers/how-to-use-chatgpt-api-in-php RE: Help Needed For Online Survey Portal - kenjis - 11-06-2023 There are libraries for ChatGPT. See https://platform.openai.com/docs/libraries/php |