Hello friends........ ...
In my php project, i am invoking a java page by passing values. the java page is invoked from a bat file. my bat file and the php program are stored in the c: drive of my system. the problem is that when i call the php program from any other system. the java page is coming my system, not in the system from which i run the program.ie... java page is executing in server but it is not coming to client...
i used "exec" statement to invoke the java page.
how can i solve this problem....
thanks.
In my php project, i am invoking a java page by passing values. the java page is invoked from a bat file. my bat file and the php program are stored in the c: drive of my system. the problem is that when i call the php program from any other system. the java page is coming my system, not in the system from which i run the program.ie... java page is executing in server but it is not coming to client...
i used "exec" statement to invoke the java page.
how can i solve this problem....
thanks.
Comment