southbeach
Programmer
[COLOR=red yellow]THE SCENARIO:[/color]
Working on a project where the server is running on WIN 2K3 and data is kept in a unix box running a non-ODBC compliant application.
I need to push CSV or XML format data between the two.
I normally use system() to trigger a script at the OS where the PHP info is passed, parsed by the application and data is written to a flat file according to given parameters.
PHP in turn looks for flat file and does what it has to do.
[COLOR=red yellow]THE PROBLEM:[/color]
How can I bridge PHP WIN to/with unix box, run process in unix and extract flat file from unix?
Thank you all in advance for your time and assistance!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
Working on a project where the server is running on WIN 2K3 and data is kept in a unix box running a non-ODBC compliant application.
I need to push CSV or XML format data between the two.
I normally use system() to trigger a script at the OS where the PHP info is passed, parsed by the application and data is written to a flat file according to given parameters.
PHP in turn looks for flat file and does what it has to do.
[COLOR=red yellow]THE PROBLEM:[/color]
How can I bridge PHP WIN to/with unix box, run process in unix and extract flat file from unix?
Thank you all in advance for your time and assistance!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.