2

I am looking for a open-source expert system (hopefully php). I would like something analogous to a binary decision tree, or some kind of yes/no solution to solving problems

Problem ---> Questions -----> Solution RootNode---> Decision Nodes ----> Leaf Node

Something compatible with mySQL. Does anything exist?

1
  • 1
    An old question. But someone might find what I have here useful: PhpExpertSystem
    – user2920760
    Commented Jun 9, 2014 at 11:29

1 Answer 1

1

Here is the first result on google: http://sourceforge.net/projects/phpexpertsystem/ I would suggest that you use prolog for that kind of stuff. It is much faster and easier. You can call SWI prolog from php. check it

3
  • Don't worry, there are so much cases even worse than this one :)
    – HamZa
    Commented Jun 9, 2013 at 8:08
  • 1
    WOW, its gang up time! Look how many people jump up and wield there power and close the question down. I'm not sure how you got "this question will likely solicit debate, arguments, polling, or extended discussion" from "Does anything exist?" - he he he - i love coming to this forum and watch not only what you all just did, but when you all contest one another's answers to solutions. I wold much rather use Experts Exchange, but it cost money. So i just put up with you all
    – JakeSays
    Commented Jun 9, 2013 at 20:49
  • @user1598696 - im giving the the up and check mark just because you were civilized
    – JakeSays
    Commented Jun 9, 2013 at 20:53

Not the answer you're looking for? Browse other questions tagged or ask your own question.