Using AIML with PHP

aiml, php

Solution

Yes, it is absolutely possible.

Program O would be a good way to start making bot without inventing the wheel again, Program O is an AIML interpretor written in PHP, and uses a MySQL database to store chatbot information, including the AIML files used to formulate the chatbot's responses.

You can get it on gitHub too

Problem

Simply, can I use AIML with PHP? And if yes, then how can I do that?. I have tried search it on google but I could not find results that helped.

Original source