Mike Wilcock - WebHelp
Hexadecimal To IPv4 Conversion Application
Example Code > Tools & Utilities > Hexadecimal To IPv4 Conversion Application

This simple application allows the conversion of a user entered hexadecimal encoded value to an IPv4 address. This can be useful when checking webserver logs, as on occasion, hostnames are represented in this way.

The application demonstrates the use of AJAX calls to update the result field without the need to reload the entire page. The application is written in and executes under PHP 7.3.

See Also