I have been begun programming in Prolog lately and find the language very dry. Is there a way by which, after having built the database of facts and rules, we can interface that with a webpage written in PHP or any other language So that the query is triggered from the webpage and after the response has been known it is given back to the webpage.
Share
If you use ECLiPSe as your Prolog system, then you can use Andrea Montemaggio’s communication layer between PHP and ECliPSe-CLP. Or you can write your own http server using ECLiPSe’s http-server library.