blawson7 Posted February 17, 2009 Share Posted February 17, 2009 Has anyone heard of a library or module for interfacing with a 3270 mainframe via PHP? I am running php on my webserver and I want to connect to a mainframe, get some data, and put it on my webpage. Basically automating telnet, but specifically the 3270 protocol. Any help or pointers would be appreciated. Link to comment https://forums.phpfreaks.com/topic/145560-3270-telnet-api-for-php/ Share on other sites More sharing options...
JonnoTheDev Posted February 17, 2009 Share Posted February 17, 2009 Using socket functions to connect: fsockopen() to issue commands: fwrite() to read response: fgets() Link to comment https://forums.phpfreaks.com/topic/145560-3270-telnet-api-for-php/#findComment-764262 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.