PHP Crash Course For RPG Developers
February 23, 2016 Chris Ringer
Suppose your boss tasks you with grabbing and processing some XML from an HTTP request to create a new customer order. If you have a “deer in the headlights” expression on your face, don’t fear, you don’t have to punt this request over the cubicle wall to the web developers. Without weeks or months of training, you can build a PHP script to retrieve the XML data that RPG can parse. What is PHP? PHP is a full-featured scripting language that runs on a web server. Just type your PHP code in a text editor (even Notepad), save it on |