5

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.

Charles
  • 50,943
  • 13
  • 104
  • 142
Haikal Izzuddin
  • 101
  • 2
  • 13
  • It kind of depends on what you mean "use". The top few results searching for `aiml php` bring up a few chat bots written in PHP. Perhaps you could examine one of those? If you had another definition of "use", you'll need to clarify. (Personally I've just taken to running the basic Java implementation in the background and querying it through HTTP.) – Charles Dec 09 '12 at 08:59
  • I have tried Program-O, examined it and i can't understand it. – Haikal Izzuddin Dec 09 '12 at 09:06
  • OKay, fair enough. Could you explain what, exactly, you're trying to do or accomplish? – Charles Dec 09 '12 at 09:13
  • I am making a chat bot like Program-O – Haikal Izzuddin Dec 09 '12 at 09:18

1 Answers1

5

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

wakqasahmed
  • 2,059
  • 1
  • 18
  • 23