Hi guys,
I'm doing a Java client/server project on a student server. If I connect to the server on port 80 it returns the Server response header as:-
Server: Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-15 mod_ssl/2.8.22 OpenSSL/0.9.7d
What I need to do in my program is connect via my own port and return an html file and some response headers. The server response appears to be a PHP thing and I've searched across the net to see if there is a single command in Java that will retrieve this information and I can't find bugger all.
I was therefore hoping that one of you PHP gurus would know the command (if it exists). I'm only using Standard Edition and not Enterprise Edition so can't use servlets.
Cheers,
Chris