Adding a Bar Graph for CPU Utilization to HA4i and DR4i

[adrotate group=”3,5,7,8,9″] As part of the ongoing improvements to the PHP interfaces we have developed for HA4i and DR4i we decided to add a little extra to the dashboard display. The dashboard display is a […]

Slow Response with i5_pconnect().

[adrotate group=”3,5,7,9″] While experimenting with the latest version of our DR4i php interface we came across a slight issue with the i5_connection routines. The problem only appeared after we moved the code from our PC […]

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 […]