Linking IBMi data to a Gauge in PHP

[adrotate group=”3,5,7,8,9″] We were thinking about how to create a new interface for one of our old utilities using PHP and decided that using a JavaScript based gauge would probably be a good start. There […]

Adding configuration Capabilities to the HA4i PHP Interfaces

[adrotate group=”3,5,7,8,9″] We have been developing the management interface for HA4i our High Availability product in PHP for some time, but we had not got round to looking at how we could extend that interface […]

Capturing the return value from a function

[adrotate group=”3,5,7,8,9″] As a C programmer I have become used to using the return values set by a function as an indicator of the success of the function to carry out its intended role, so […]