[PHP-WIN] Re: PHP-Java extension problem

2004-08-22 Thread aRZed
[snip] Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_java.dll' - Access is denied. [/snip] maybe the webserver has not enough rights to load the extension. try just giving everyone full access to this file, and then restart the webserver. if it still doesn't work, i was wrong.

Re: [PHP-WIN] Re: PHP-Java extension problem

2004-08-23 Thread aRZed
George Pitcher wrote: [snip] Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_java.dll' - Access is denied. [/snip] maybe the webserver has not enough rights to load the extension. try just giving everyone full access to this file, and then restart the webserver. if it still doesn't

[PHP-WIN] Re: HELP - varible not passing from form

2004-08-23 Thread aRZed
Ted Shaw wrote: G'day - I've just installed PhP 4.3.8 for win - running Win2000. Php seems to running ok but when I attempt to use "http://localhost/filename";> What is your name: The info I type into the text box on the htm page gets passed on the url to the php page, but I get a "Variable Unde