CHeighlund
Programmer
I've been requested to add a PHP report to a database program I've been working on in Delphi. The problem is that our PHP installations are on the servers, while the database will be on the same client as the Delphi program. In order to even begin working on this, I'm going to need some way of picking up what the client IP is to pass over to the PHP side. How would I go about using Delphi to determine what the IP of the system it's running on is?