Hi
Does someone know how to use DDE with PHP? I need to use a small program to pass its output to a dynamic webpage with PHP. Until now, the output was sent to a Delphi program using DDE (with TDdeClientConv). Is it possible to implement DDE in PHP (are there any basic functions in PHP to support DDE) or else, are there third-party solutions or scripts that allow PHP to use DDE? Perhaps PHP has its own technology for passing data between a program and the PHP code?
Thanks in advance.