Reputation: 69
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.
Upvotes: 5
Views: 5767
Reputation: 2089
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
Upvotes: 5