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. Quote 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() Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.