Does anyone know what is Datalog? Can I use it in my mySQL database? Does PHP support it or not?
Datalog
Well both Datalog and its set prolog are machine code, they run compiled and are interpreted by the machine. PHP is interpreted by the php interpreter, which compiles it, and it is usually done by server's like apache.
This means that php cannot be implemented on datalog, and vice versa. As with the mysql issue, I have never heard of datalog having an implementation available for mysql... If you really need this do some research on implementation projects, there might be something...
This means that php cannot be implemented on datalog, and vice versa. As with the mysql issue, I have never heard of datalog having an implementation available for mysql... If you really need this do some research on implementation projects, there might be something...
