I have a LAMP (PHP) web app which need to interface with programs on an IBM 3270 mainframe (via Microsoft SNA Server). One solution I'm looking at is screen-scraping via 3270. (I'm integrating the present with the past!)
Many years ago, I wrote C code which used HLLAPI as the basis for such a task.
- Is HLLAPI still the best way to approach this task?
- If so, would I be best off just writing a C app to undertake the work necessary and exec() this C app from php?
- Are there any open source HLLAPI providers for Linux? (In the past I used commercial solutions such as Cleo.)