[PHP] calling java within php setup?

2008-01-15 Thread Janet N
I'm trying to call java within php. I have JAVA JRE 1.6 installed. The php I'm using is distributed by our partner so I couldn't configure it to use JAVA. I've modified the php.ini file to add the JRE path to it: java.class.path=/usr/java/jre1.6.0_01 java.home=/usr/java/jre1.6.0_01/bin

Re: [PHP] calling java within php setup?

2008-01-15 Thread Janet N
, 2008 11:36 AM, Richard Lynch [EMAIL PROTECTED] wrote: On Tue, January 15, 2008 12:39 pm, Janet N wrote: I'm trying to call java within php. I have JAVA JRE 1.6 installed. The php I'm using is distributed by our partner so I couldn't configure it to use JAVA. Modifying php.ini doesn't

[PHP] php embeded in html after first submit html disappear

2008-01-29 Thread Janet N
Hi there, I have two forms on the same php page. Both forms has php embeded inside html with it's own submit button. How do I keep the second form from not disappearing when I click submit on the first form? My issue is that when I click the submit button from the first form (register), the

Re: [PHP] calling java within php setup?

2008-01-29 Thread Janet N
I have root; I was able to compile php with java and working now. Thanks all! On Jan 16, 2008 4:06 PM, Richard Lynch [EMAIL PROTECTED] wrote: On Tue, January 15, 2008 5:32 pm, Jochem Maas wrote: Janet N schreef: with a bit of luck you'll then have a .so file that is your new extension

Re: [PHP] php embeded in html after first submit html disappear

2008-01-30 Thread Janet N
is it possible to use input type=hidden for signkey form and put it in the register form before the submit button? I'm not sure but is it possible to use hidden to make this work? Thanks. On Jan 30, 2008 3:16 AM, Jochem Maas [EMAIL PROTECTED] wrote: Janet N schreef: Hi there, I have two

Re: [PHP] php embeded in html after first submit html disappear

2008-01-30 Thread Janet N
to it alone, I have decided to keep all steps on one page. Is there any way to use the hidden attribute of HTML variables to prevent the output message from overwriting the page? On Jan 30, 2008 5:30 PM, Jochem Maas [EMAIL PROTECTED] wrote: Janet N schreef: is it possible to use input type