[PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4

2004-09-16 Thread Raj Gopal
Hi All, I have included a ASP file in a PHP script as follows ? include 'poll.asp' ? and it does not work! whereas ? include 'AA.htm' ? works fine Appreciate your help for any workarounds or Syntax issues -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-WIN] EXCEPTION_ACCESS_VIOLATION

2004-08-27 Thread Raj Gopal
Hi All, I am Using Windows 2K Server with SP2 PHP 4.3.4 JSDK 1.4.1 and calling a Java class file from PHP. I get EXCEPTION_ACCESS_VIOLATION The trace is as follows An unexpected exception has been detected in native code outside the VM. Unexpected Signal :

[PHP-WIN] CGI Application misbehaved

2004-06-30 Thread Raj Gopal
Hi All, I am testing the PHP - JAVA Integration. I am using Windows 2000 Server with SP4, IIS 5.5 and PHP 4.3.4 and Java 1.4.1. The Java works with PHP. I am able to test the Java class Java.lang.system Now I want to test with one of my class files. When I did the following $publ = new

[PHP-WIN] Opening Search results in a New Window

2004-06-10 Thread Raj Gopal
Hi All, I have a Form with a Search button and when the user types the Search word and clicks on Search, I would like to open a New Window and present the search results.I have already developed a PHP function using Oracle oci8.dll and tested it. It takes a search criteria as Input, connects to

[PHP-WIN] PHP WINDOWS 2000 Testing Oracle DB with PHP

2004-03-17 Thread Raj Gopal
Hi All, I was trying to query Oracle from PHP. The Environment: Windows 2000, Oracle 9i, IIS 5, PHP 4.3.4 Built a PHP file and it works from the command prompt like C:/PHP php -f c:\test\Hello.php I have enabled the extension extension=php_oci8.dll and also given r, rx permissions for