Re: [PHP] DDE + PHP

2006-04-09 Thread tedd
At 4:59 PM -0600 4/9/06, C.F. Scheidecker Antunes wrote: Hello, I have an Excel spreadsheet that is automatically updated with quotes. I am doing a project for my BS and I need to grab the information from this spreadsheet and populate a MySQL database. Any ideas on how to accomplish that wit

[PHP] DDE + PHP

2006-04-09 Thread C.F. Scheidecker Antunes
Hello, I have an Excel spreadsheet that is automatically updated with quotes. I am doing a project for my BS and I need to grab the information from this spreadsheet and populate a MySQL database. Any ideas on how to accomplish that with PHP? The spreadsheet uses a DDE feed to fetch informati

[PHP] DDE & PHP (follow up)

2002-01-10 Thread DrouetL
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).For