If I want to access Reuters using VBA I can do :
Sub Request ()
Rem Initiate a conversation with the IDN Server
ChannelNumber = DDEInitiate("REUTER", "IDN")
Rem Issue a request and place value in cell A1 of the active
sheet
ActiveSheet.Cells(1, 1).Formula = DDERequest(ChannelNumber,
"IBM,LAST")
Rem Terminate the conversation with the IDN Server
DDETerminate (ChannelNumber)
End Sub
How can it be done in PHP ?
Laurent Drouet
---------------------------------------------------------------------------------------
Hi everybody,
First of all, Excuse me for my english but I'm french.
I would like to know if somebody already used the com functions of PHP to
retrieve data from Reuters terminal using IDNDDE.
I'm a newbie in PHP, so i would appreciate if you could detailed the
answers
Regards
Laurent Drouet
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]