Hi, I've build a very simple http server in Java and when I got that working I desided I wanted it to understand PHP, so I pass all php scripts to the php executable en return the output to the client. But now I can't seem to use URL QueryStrings (.php?id=3&name=4 etc.).
Does anybody know how I should pass these vars to the PHP executable without changing the source of the PHP files????
Thanxx
Grinny :-)