[PHP] Re: Calling PHP from Java usign CGI...

2003-06-27 Thread Rodrigo Reyes
Catalin I am also quite new to all this. I'll tell you a bit more about what I am trying to accomplish here. I am working on some project which has a a lot of code written in PHP and is going to need also a lot of code in JAVA. So, I was thinking that it would be great if we could have PHP conn

[PHP] Re: Calling PHP from Java usign CGI...

2003-06-26 Thread Catalin Trifu
Hi, I didn't quite understood what you mean by CGI in this case, but if you reffer to calling a script which resides on a server via HTTP protocol, i suggest you take a look at the java.net.* package, You can use the java.net.URLConnection to connect to the PHP script and act as a clie